Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TextRenderer - createString exposed; Renderer - added scale(); | Rami Santina | 2011-04-08 | 2 | -1/+8 |
| | | | | | | | | | | createString function is now public to be able to create a string without initializing textRenderer. Temp change, should be cleaned up. added missing scale transformation to renderer pmvmatrix; added glyphstring.getBounds() so not to use font.getStringBounds. since it Would be a redundant call. | ||||
* | Fix: AABBox setLow/setHigh call resize; removes possible call error | Rami Santina | 2011-04-08 | 1 | -4/+4 |
| | |||||
* | Added getBounds impl to region, returning AABBox | Rami Santina | 2011-04-08 | 1 | -0/+3 |
| | |||||
* | Fix: shaderProgram.program(); glBindAttribLocation() call; ↵ | Sven Gothel | 2011-04-05 | 2 | -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 Gothel | 2011-04-01 | 1 | -0/+4 |
| | |||||
* | Font Names: Expose name indices allowing user to pick all names .. | Sven Gothel | 2011-04-01 | 2 | -6/+17 |
| | |||||
* | Load fonts via File or URL . | Sven Gothel | 2011-04-01 | 1 | -4/+33 |
| | |||||
* | Font: +getName / +getAllNames / +isPrintableCharacter | Sven Gothel | 2011-04-01 | 1 | -0/+3 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 17 | -0/+2807 |