summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/graph/curve
Commit message (Collapse)AuthorAgeFilesLines
* Merge with changes done for unit testsRami Santina2011-03-291-14/+15
|\
| * Font: Make font instances size agnostic (remove all size states), size is ↵Sven Gothel2011-03-261-14/+15
| | | | | | | | only a render time parameter. Add missing bounds/width/height queries to TypecastFont
* | Add debug flag for boundary triRami Santina2011-03-291-1/+3
|/
* Common demo gllistener for text; Cleanup HwTextRenderer: Use GL as parameter ↵Sven Gothel2011-03-262-105/+109
| | | | (matching API), only update data if necessary (uniform), hold data in GLUniform
* Refactored Vertex Point PointTex GraphPoint namingsRami Santina2011-03-255-61/+60
| | | | | | Vertex class --> SVertex (Simple vertex wwhere memory impl is float[]) Point interface --> Vertex (which combines in it PointTex Interface) GraphPoint --> GraphVertex
* Make com.jogamp.graph.geom.plane non public: jogamp.graph.geom.plane, this ↵Sven Gothel2011-03-251-3/+4
| | | | incl. creating the non public FontInt interface for Path2D access
* Add initial GPU based curve rendering implementation, utilizing TTF fonts ↵Rami Santina2011-03-258-0/+1504
and manual shapes