WorldSpaceCorners property in Camera Object

oackland

04-03-2009 08:43:45

Hello all,

I am quite new but I don't find the WorldSpaceCorners Property for the camera object. This property normaly meet the getWorldSpaceCorners method for Ogre.

Could you help me or give a method to obtain these values, I need them to create high def capture....

Thanks a lot

Oackland

boyamer

05-03-2009 14:33:19

you have to put it into unsafe: IE:

unsafe
{
Vector3 *Corners = mCamera.WorldSpaceCorners;
}

oackland

09-03-2009 11:12:35

You mean I have to rebuild MOGRE. :(

That's it......