Hi!
I want to loop over all faces and collect those who have same normal into an array then append this one to an other array..
for exemple in the image I shawn it is a simple cube as you see face 1,2,3,4 have same normal 5,6,7,8 have same normal...Iwant to obtain 2D array like this...
((1,2,3,4),(5,6,7,8)....)
I couldn' fin a good algo to do this...since the face normal is unknow...before loop...especilally on a complex object...that have a lot of differents normals, any Ideas how to do this?
Swordslayer · 2012-03-15