Vertices sorting

Started by
0 comments, last by Keba 20 years, 4 months ago
How do i sort vertices in counter clock wise order? hmmm...maybe a tutorial or two?
Advertisement
What do you mean with sorted in ccw order? If the vertices from a polygon are in ccw order seen from one side, then it''s automatically clock wise seen from the other side, so you can''t say of the vertices are clockwise or counterclockwise.
The side of the polygon on which the vertices are ccw (or cw, depending on your settings) is the front side, while if they are in the opposite order, you are seeing the polygon from the back side, and so it won''t be rendered. It''s the task of the modelers to make sure that the vertices are in the right order.
If you just have some vertices, there''s no way to know in which order they should be, because the program doesn''t know the modelers intention.

My Site

This topic is closed to new replies.

Advertisement