You might want a Transform (
http://trac.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00902.html)
as an intermediate node between the room and the sofa. That allows you to
position the sofa relative to the room. So you have the room, which has the
transform as a child and the transform has the sofa as a child.

Nico


On Fri, May 3, 2013 at 7:52 AM, michael kapelko <korn...@gmail.com> wrote:

> Hi.
> Simply add your Sofa to Room as a child, and that's it.
>
> 2013/5/3 Sujan Dasmahapatra <sujan.dasmahapa...@gmail.com>
>
>> I am newbie OSG user. Please help understanding my concept. I create a
>> Geode node called 'Room'. Can we have another Geode node  called 'Sofa'
>> derived from 'Room' so that when I rotate 'Room' my 'Sofa' should also
>> rotate, but when I rotate 'Sofa' my 'Room' should not rotate. Can we
>> establish an architecture like that?. Please help. Thanks Sujan
>>
>> --
>> Regards
>> Sujan
>>
>> _______________________________________________
>> 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
>
>


-- 
Nico Kruithof
nghk.nl
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to