Tim Gfrerer
Tim Gfrerer
That's close to my heart =) I'm linking issues #3381, and #2676 here, which are related / refer to this.
`ofBoxPrimitive` is `CCW`, yes, while most other elements i can think of are `CW`. The icosphere primitive is currently "patched" by swapping vertices shortly after generating and could be easily...
I think it could make sense to tackle each of these two things separately. As this [article](http://www.realtimerendering.com/blog/left-handed-vs-right-handed-viewing/) mentions, the two questions are related, but can be looked at independently. Reading...
The way ofPolyline is defined currently, only 3-component vector types will compile - calculations are done in 3D space. (We make use of cross-products (to calculate normals for example), and...