summaryrefslogtreecommitdiffstats
path: root/src/jogamp/graph/curve/tess
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Outline over triangulation.Rami Santina2011-03-311-6/+5
| | | | | | | | | With triangualtion exluding outter boundary triangles not all hole vertices will be inside the boundary (float issues). Workaround, check for all vertices, need a better solution and should sync with Java Fonts.
* Remove generics notion of Type<Vertex>, since Vertex _is_ the lowest ↵Sven Gothel2011-03-304-109/+106
| | | | denominator for our implementation and curve API
* Refactoring for public: Remove Line ; public/private API cleanupSven Gothel2011-03-291-11/+11
|
* Refactored Vertex Point PointTex GraphPoint namingsRami Santina2011-03-254-37/+37
| | | | | | Vertex class --> SVertex (Simple vertex wwhere memory impl is float[]) Point interface --> Vertex (which combines in it PointTex Interface) GraphPoint --> GraphVertex
* Add initial GPU based curve rendering implementation, utilizing TTF fonts ↵Rami Santina2011-03-254-0/+708
and manual shapes