Hi,

Here is the way that I did it

[code]

osg::PositionAttitudeTransform* Xform1 = new osg::PositionAttitudeTransform();
root->addChild(Xform1);

myParticleSystem= new sandStorm();

Place = osg::Vec3 (14533,7677,13);

Xform1->setPosition (osg::Vec3 (100,700,13));
myParticleSystem->setUp((osg::Group *) getLoadedModel(),(osg::Group *) Xform1);



Thank you!

Cheers,
Iban[code][/code]

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





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

Reply via email to