src/triangulate.h

Tue, 11 Apr 2023 20:27:04 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Tue, 11 Apr 2023 20:27:04 +0300
changeset 375
21a5ecbe34e4
parent 320
af6633412a6c
permissions
-rw-r--r--

Simplify signature of updateRenderPreferences

#pragma once
#include "src/basics.h"
#include "src/model.h"

std::vector<PlainPolygonElement> polygonize(
	std::vector<glm::vec3>::const_iterator begin,
	std::vector<glm::vec3>::const_iterator end);

mercurial