On 9/01/11 4:07 , Axel Spirtaat wrote: > I've tryed this same eventHandler on a simple graph containg: > group + matrixTransform + group + geode (to have the same structure) and the > geode rotates... > could my issues depend on the imported model?
Absolutely! If your model for example has a structure like this: group + group + group + geode it won't work (because you can't rotate a group). But I'd expect the code to segfault in this case because one of you 'as*()' would return NULL. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

