[android-developers] Re: Back face culling
Your fix didn't work, but something I am getting confused about. Does it matter what vertex is the starting point in a counter clockwise winding? Example:
Would it matter if you go:
0,1,3,
3,1,2
or
1,3,0,
1,2,3?
Any difference?
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home