Hi,
I'm a bit confused as to how Blitzs Zoom works. I'm still trying to find a fast equivalent of CameraProject that doesn't clip values and noticed that even with a square screen/viewport, BBs own CameraProject returns non 1:1 aspect ratio values, any idea why it happens?
I'd expect equal x,y returns from this but I get 281.6,230.4
Cheers
Tom
I'm a bit confused as to how Blitzs Zoom works. I'm still trying to find a fast equivalent of CameraProject that doesn't clip values and noticed that even with a square screen/viewport, BBs own CameraProject returns non 1:1 aspect ratio values, any idea why it happens?
I'd expect equal x,y returns from this but I get 281.6,230.4
Graphics3D 512,512,32,2 cam=CreateCamera() CameraViewport cam,0,0,512,512 CameraProject cam,2,2,20 Print ProjectedX()+","+ProjectedY() WaitKey End
Cheers
Tom