CameraOrthoWindow
Posted: Fri Oct 09, 2015 1:12 pm
API => setOrthoWindow(Real w, Real h);
http://www.ogre3d.org/docs/api/1.9/clas ... e0f55862f5
It's usefull for pixel perfect rendering.
It could be implemented like that :
Or like that:
http://www.ogre3d.org/docs/api/1.9/clas ... e0f55862f5
It's usefull for pixel perfect rendering.
It could be implemented like that :
Code: Select all
CameraOrthoWindow(Width,Height) ; Set window resolution of camera in orthographic mode
Code: Select all
CameraProjectionMode(#Camera, Mode, ResolutionWidth=#pb_default, ResolutionHeight=#pb_default)