Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: Outline over triangulation. | Rami Santina | 2011-03-31 | 1 | -6/+5 |
| | | | | | | | | | With triangualtion exluding outter boundary triangles not all hole vertices will be inside the boundary (float issues). Workaround, check for all vertices, need a better solution and should sync with Java Fonts. | ||||
* | Remove generics notion of Type<Vertex>, since Vertex _is_ the lowest ↵ | Sven Gothel | 2011-03-30 | 4 | -109/+106 |
| | | | | denominator for our implementation and curve API | ||||
* | Refactoring for public: Remove Line ; public/private API cleanup | Sven Gothel | 2011-03-29 | 1 | -11/+11 |
| | |||||
* | Refactored Vertex Point PointTex GraphPoint namings | Rami Santina | 2011-03-25 | 4 | -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 Santina | 2011-03-25 | 4 | -0/+708 |
and manual shapes |