Hi, i'm trying to put a 3d ogre scene in a UIView whit custom size. I need it to make some 3d effect for iPhone application but I cant move the EAGLView on the application UIWindow!
In Ogre source I've seen that the method EAGLWindow::Resposition is not implemented. Why? There is some problem or is just a work in progress???
Thanks
Why EAGLWindow::Resposition not implemented?
-
- Kobold
- Posts: 27
- Joined: Thu May 12, 2011 10:45 pm
-
- OGRE Team Member
- Posts: 4270
- Joined: Sun Feb 25, 2007 4:56 am
- Location: Bloomington, MN
- x 126
Re: Why EAGLWindow::Resposition not implemented?
No particular reason, just an oversight. Just hasn't been done yet and to actually you're the first to ask.
-
- Kobold
- Posts: 27
- Joined: Thu May 12, 2011 10:45 pm
Re: Why EAGLWindow::Resposition not implemented?
There are any other way to move the Ogre UIView? Can I fix it by myself?masterfalcon wrote:No particular reason, just an oversight. Just hasn't been done yet and to actually you're the first to ask.
Thank masterfalcon!
-
- OGRE Team Member
- Posts: 4270
- Joined: Sun Feb 25, 2007 4:56 am
- Location: Bloomington, MN
- x 126
Re: Why EAGLWindow::Resposition not implemented?
Absolutely, if you get it working then submit a patch and we can it in there.
-
- Kobold
- Posts: 27
- Joined: Thu May 12, 2011 10:45 pm
Re: Why EAGLWindow::Resposition not implemented?
Ok, I'll look when I have time!!!masterfalcon wrote:Absolutely, if you get it working then submit a patch and we can it in there.
But I got what I want to by changing the UIView position in the iphone application!