Hi,

if I change in the iOS example "viewTest" the flipsideViewController's method 
updateScene: to


Code:

- (void)updateScene: (CADisplayLink *)sender
{
  if (_viewer->checkNeedToDoFrame())
  {
    NSLog(@"updateScene");
    _viewer->frame();
  }
}




no user interaction is possible anymore. Remove the method's first line leads 
to regular scene updates.

Is this the intended behavior?

Thank you!

Cheers,
Hartwig

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=48852#48852





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to