Blend3D ->Export -> This is small
Posted: Mon Aug 15, 2005 12:41 am
I created a .mesh of a plane with the .xml and when I put it in ogre, the plane is very small.
Why?
Why?
Support and community hang-out spot for Ogre3D
https://forums.ogre3d.org/
The ExampleApplication.h sets the camera to (0,0,500) with Ogre's default FOV=pi/4. So if you inherit from the ExampleApplication and do not change the camera settings, the width at the origin that you can see corresponds to 2*500*arctan((pi/4)/2) units, which is approximately 374 units.Vinc__4 wrote:Why?