aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve
Commit message (Collapse)AuthorAgeFilesLines
* Use common constants for shader attributes (needs to be completed)Sven Gothel2011-04-082-1/+14
|
* Fix: Cached GlyphString handlingSven Gothel2011-04-081-20/+62
| | | | | | | | | - Destroy removed ones - Handle overwrite/update on same key - Clarified names (size/limit) - Handle cache limit unlimited (limit := -1) and no cache (limit := 0) - Default cache limit := 256 - Comments
* Fix: shaderProgram.program(); glBindAttribLocation() call; ↵Sven Gothel2011-04-052-0/+10
| | | | | | | | | | | | dispose/disposeImpl sequence; Use shaderProgram.program() instead of shaderProgram.id() - the id() is just a unique sequence name. Call glBindAttribLocation() after program object init and before linkage. Chain call disposeImpl() properly to fix destruction sequence: TextRendererImpl01 -> TextRenderer -> GlyphString -> Region RegionRendererImpl01 -> RegionRenderer -> Region
* Rendered: +enable(GL, bool) ; dumpFontNames..Sven Gothel2011-04-011-0/+4
|
* Font Names: Expose name indices allowing user to pick all names ..Sven Gothel2011-04-011-4/+4
|
* Folded turtle2d into jogl foldersSven Gothel2011-04-017-0/+1096