On 04/03/2015 at 06:59, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13+
Platform: Windows ;
Language(s) : C++ ;
---------
let's consider I have a RayPolygon which is quad.
now which is the correct 2 triangles:
1- (a, b, c) , (a, c, d)
or
2- (a, b, d) , (b, c, d)
and what can I do with the flag: RAYPOLYSTATE_SPLIT ?