Re: Manual use of world/view/proj mats

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Sam,

> P * World * View * Proj

transforms your point into the unit cube (make sure to take the perspective
division into account).

If you want 2D screen coordinates, you have to apply the viewport
transformation afterwards.

Joerg


.