Merge branch 'trunk' of github.com:lrre-foss/rnr into trunk

This commit is contained in:
floralrainfall 2023-07-16 00:35:46 -04:00
commit 65ba589103
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace RNR
ogreCamera->setNearClipDistance(0.1); // specific to this sample
ogreCamera->setFarClipDistance(5000.f);
ogreCamera->setAutoAspectRatio(true);
ogreCamera->setFOVy(Ogre::Degree(60.f));
ogreCamera->setFOVy(Ogre::Degree(70.f));
camNode->attachObject(ogreCamera);
ogreViewport = ogreWindow->addViewport(ogreCamera);