Page 1 of 1

No function to get fixed yaw

Posted: Sun Aug 29, 2010 7:47 am
by samaursa
NOTE: Originally posted in General Discussion. I was not sure whether this is qualifies as a 'feature' but it is a request nonetheless.
The OgreCamera class does not have a GetFixedYaw() to retrieve the current fixed yaw axis of the camera. It also does not have IsYawFixed() (or similar) function. Is there a reason the getters for the two variables are not included? If not, I would request that they be added in the next Ogre3D release.

Thanks

Re: No function to get fixed yaw

Posted: Fri Sep 10, 2010 10:55 pm
by Klaim
Looks like a simple patch you could submit to the Ogre Team ;)

Re: No function to get fixed yaw

Posted: Fri Sep 10, 2010 11:50 pm
by samaursa
I fully agree, which is why I posted it here so that someone who has the compete setup :D (latest source, mercurial, knowledge to compile and test [yes, I know that part is easy, but still takes time if you are new]). I am still using prebuilt libraries due to lack of time and knowledge (of c-make for example).