Hi,

Am 16.07.12 00:04, schrieb Hartwig Wiesmann:
> 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?

It works for me (tested only on the simulator) if I set the
setRunFrameScheme to ON_DEMAND via

_viewer->setRunFrameScheme(osgViewer::ViewerBase::ON_DEMAND);

cheers,

Stephan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to