src/triangulate.h

Mon, 04 Jul 2022 00:19:18 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Mon, 04 Jul 2022 00:19:18 +0300
changeset 329
6d75fa09cc0c
parent 320
af6633412a6c
permissions
-rw-r--r--

fix some issues like subfile references not showing up properly

#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