mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 06:05:31 -06:00
27 lines
332 B
Text
27 lines
332 B
Text
description "Polygon tesselator, original code from GLUT\3770,128,128";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Painter;
|
|
|
|
file
|
|
tess2.h,
|
|
tess2.cpp,
|
|
Source readonly separator,
|
|
tesselator.h,
|
|
bucketalloc.c,
|
|
bucketalloc.h,
|
|
dict.c,
|
|
dict.h,
|
|
geom.c,
|
|
geom.h,
|
|
mesh.c,
|
|
mesh.h,
|
|
priorityq.c,
|
|
priorityq.h,
|
|
sweep.c,
|
|
sweep.h,
|
|
tess.c,
|
|
tess.h,
|
|
Copying;
|
|
|