Hi Guys,
Just wondering if there is a way to have openGLViews added as a sub-view participate in a scene transition ?
i.e I'm loading a nib into a sub-view like this
[[[Director sharedDirector] openGLView] addSubview:(UIView *) myController.view];
and i would like to be able to be able to use a flip transition to flip to my view with the nib
i.e a button on my apps menu page that flips to the back to set the options...