Hi,

When you put a node under a matrixTransform, this node will be deplaced and
transformed depending on the MatrixTransform.  This behavior is totaly
adapted to the scene graph.
If you want your node to stay a the same place, you will need to add it in
an other place, or you will have to move it first at the opposed
transformation of your matrixtransform nodes, and after that add it to
them...

Regards,
   Vincent

2008/7/24 Ümit Uzun <[EMAIL PROTECTED]>:

> Hi all,
>
> I have an model which illustrated at graphics.png image. I remove the 'yaw'
> group node and add under the
> 'planetary->MatrixTransform->MatrixTranform->yaw' node.
> But when I am doing it I don't want to make change any components world
> position. But when I added the yaw group node under the planetary's
> MatrixTransform node it's position getting undesired change.
> What can I do for protect the nodes position when I am reorganizing the
> component's node on the scenegraph?
>
> Best Regars.
>
> Umit UZUN
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to