I'm just starting out with 3D math/programming and I have a question about point normalization:
When doing transformations such as rotations, scaling, camera and perspective projections should I always normalize points so that w
is 1 between transformations, or is it better to leave it until I'm ready to display them? Is there any reason not to, other than performance?
Thanks,
Jason