about moving

Started by
1 comment, last by lizun 18 years, 9 months ago
the question is actually about sprites how you guys get them moving? do you just change a textures of rectangle or what? that's all I want to know for a moment..
Advertisement
- If you're using ID3DXSprite, call ID3DXSprite::SetTransform with a translation matrix.

- If you're using orthogonal projection, call IDirect3DDevice9::SetTransform, -passing it D3DTS_WORLD and a transformation matrix.

- If you're using transformed and lit vertices (rhw), you need to change the x and y coordinates of the vertices yourself.

hmm, that makes sense...
going to try out in nearest future..

This topic is closed to new replies.

Advertisement