Closed nickdesaulniers closed 10 years ago
It does, but probably not noticeable for these small meshes. It's also a good way to check and see if you got your vertex ordering correct (CCW), as you'll see holes in your mesh.
http://en.wikipedia.org/wiki/Back-face_culling
Like the article mentions if you're doing transparency or have open meshes then you probably want to leave it off.
ah thanks, was just thinking that my orderings probably aren't correct
Geometries that appear to fail:
not sure if this has performance benefits? @waltermoz