summaryrefslogtreecommitdiffstats
path: root/src/jogamp/graph/curve/tess
Commit message (Collapse)AuthorAgeFilesLines
* 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