Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有来自 *.obj 文件的数据。
我知道如何用GL_TRIANGLES. 我如何转换数据GL_TRIANGLE_STRIP?
GL_TRIANGLES
GL_TRIANGLE_STRIP
像glDrawArrays(GL_TRIANGLE_STRIP, 0, numberOfFaces);
glDrawArrays(GL_TRIANGLE_STRIP, 0, numberOfFaces);
谢谢!
这是一个非常重要的问题,通常也不是你想做的事情,但是有几个外部库可以解决这个问题,比如这个:
http://users.telenet.be/tfautre/softdev/tristripper/