texturing standard primitives (managed directx, c#)

normally you can apply texture coordinates in the X files but you can also do it afer loading by changing the u and w variables at the single vertexes in the vertexbuffer/indexbuffer of the mesh
 
Back
Top