rhw value

Started by
2 comments, last by yuvald 20 years, 6 months ago
I couldnt find any explanantion about the rhw value in CUSTOMVERTEX struct. if anyone can explain it to me example: struct CUSTOMVERTEX { FLOAT x , y, z, rhw; DWORD color; }
Advertisement
In DX9:

the reciprocal homogeneous W (RHW) lets Direct3D know that the vertex is transformed.

Consult your SDK. Despite its problems, the DirectX Team spent a ton of time on this masterpiece of documentation and most answers can be found therein
Thanks for the quick response.
I''ve also found a very good article here, with lot of answers for me:


http://www.gamedev.net/reference/articles/article1972.asp

This topic is closed to new replies.

Advertisement