UV projection for fixed function reflection

Started by
-1 comments, last by KieranThawley 12 years, 8 months ago
Hi

I'm doing a DirectX9 fixed function project and needing to calculate a texture matrix for transforming a plane with uv'x from (0, 0) to (1, 1) to the projected uvs from a reflection.
At the moment I am able to get individual projected points, iv read that with 3 points I would be able to construct the required matrix, but can not find anywhere that states the steps to get the matrix.

This topic is closed to new replies.

Advertisement