Getting Vertex from Index Buffer

Started by
10 comments, last by Nik02 19 years, 8 months ago
Thanks for the help everyone.. I was being stupid with my last post, I do have access to the vertex object.. but doesn't this code just return a vertex? How do I get the vector for that?
Advertisement
I assume you want the position vector from the vertex - in context of d3d, it's usually the first member of any given vertex structure (but not always).

Niko Suni

This topic is closed to new replies.

Advertisement