Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Implemented rotate | Jonas Gunz | |
angle is stored seperately, original vectors stay untouched. the resulting vectors are calculated in write() with applyRotation() to avoid growing rounding errors | |||
2019-01-21 | started rotate() | jonas | |
2019-01-18 | Fixes in demo | jonas | |
2019-01-14 | RTFM!! Error resulted in illegal coordiante pair for drawLine (x2 > x1) | jonas | |
2019-01-12 | changed to cWiremesh, removed inherit, cWiremesh now directly writes to renderer | jonas | |
Things get funky when x > origin.x ?!? | |||
2019-01-12 | cObject3D should displaya wiremesh of Object composed of vectors | Jonas Gunz | |
2019-01-10 | Makefile generates version.h | Jonas Gunz | |
2018-12-28 | Fixes in cObjectHandler:buildHitmap(), new Sample | jonas | |
2018-12-27 | Added _EVENT_TERM to cInput | jonas | |
_EVENT_TERM is returned when Cmd + C is pressed | |||
2018-12-27 | cleaned working tree | jonas | |