Ok another noob question.
I am programming a Cad system and at the moment just playing around with how I am going to do the zooming.
I am not using lighting at the moment but I want to get things right now, to future proof by app. So I am worried about messing up my normals for the lighting. From what I have read the world matrix will definitely do this, so I was wondering if I use the projection matrix (I am using Matrix.OrthoRH) to do the zooming will my normals will be Ok
Thanks
Julian

Normals
Aibo
Hi Eyal, it was the scaling that I was worried about, should have made that clear! If I use the projection matrix to scale, will the normal’s still need normalizing
Tika
BTW, with regards to zooming, conceptually it'd fit with either the view or projection matrix (the effects are different). The view matrix defines where the camera is, and moving the camera is often a natural way to create zooming.
Jovo Filips
gorden