Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |