🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

D3DIM - Triangle Strips ??

Started by
-1 comments, last by Phillip Schuster 24 years, 8 months ago
Hi All !

I have written a 3D Studio Max exporter which exports my 3D Models into my own PSO-Format. Ok, in this format, first I export all vertices and then the faces. A face has 3 indexes into the vertex-array. Now, I want to render in Direct3D Immediate Mode (DX 6) and want to use Triangle strips. How can I convert my data to triangle strips in a fast way ??? I have tried to simple use the vertex-array, but that's not working, I have to reorder them.

Phillip

Phillip Schuster

This topic is closed to new replies.

Advertisement