Hi tufan, What I will suggest is create two different .osg files of two images (i think they are 3 models !) The one which is on top of some other model must be saved with setposition option while writing it in .osg
then you will need to to just import file using ReadFile and addChild (both of them) to a new node Use callbacks ar osg::Animation to move them simultaneously. I use this method if I want to use two or more different models to be assembled and animated simultaneously . I hope this will work for you too ! ... Thank you! Cheers, Rohit ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=25299#25299 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

