Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/03/2012 at 13:23, xxxxxxxx wrote:
User Information: Cinema 4D Version: Latest Platform: Windows ; Language(s) : C.O.F.F.E.E ;
--------- What are the 4 numbers in the Polygon class?
I'm converting a plugin from Cinema4D to another 3D modeling software and I need to understand what the 4 numbers in the Polygon class stand for.
On 02/03/2012 at 14:18, xxxxxxxx wrote:
a, b, c and d are the indecies of the points the polygon is built of. When c and d are equal, the polygon is a triangle constructed of only a, b and c.
-Niklas
Okay, I think I understand it now.