order - OpenGL culling with indices or vertices? -


i've read sentence "we specify vertices in counterclockwise order" on http://www.videotutorialsrock.com/opengl_tutorial/backface_culling/text.php , wondering meant specifying vertices. mean declare vertices in ccw order in vertex buffer or use vertices in ccw order in index buffer?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -