On 18/05/2017 at 03:44, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
I just look at this project https://github.com/heimlich1024/OD_CopyPasteExternal.
and I started a fork aviable here for c4d https://github.com/gr4ph0s/OD_CopyPasteExternal/tree/master/C4D/Source/source (don't look UV part is not finnished yet)
I would like to build ngon from scratch but the only information I found is from an already triangulate/quad https://c4dprogramming.wordpress.com/2013/06/21/all-the-fun-you-can-have-with-ngons/
Since only informations I have are
- pt_num in the ngon
- each pt_id
- each pt_position
I guess the first step is to build a triangulate version of this then translate them into ngon.
Is there any function for make such things ? Or I have to do mine?
Thanks in advance.
Btw: my final goal is to build ngon from scratch, so if there is no real need for make quad/tri before it's ok ! ;)