aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/graph/curve/OutlineShape.java
Commit message (Collapse)AuthorAgeFilesLines
* Added inclass comments to OutlineShapeRami Santina2011-03-301-36/+123
|
* Refactoring for public: Remove Line ; public/private API cleanupSven Gothel2011-03-291-26/+2
|
* Common demo gllistener for text; Cleanup HwTextRenderer: Use GL as parameter ↵Sven Gothel2011-03-261-1/+0
| | | | (matching API), only update data if necessary (uniform), hold data in GLUniform
* Refactored Vertex Point PointTex GraphPoint namingsRami Santina2011-03-251-34/+34
| | | | | | 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-251-0/+244
and manual shapes