Re: [osg-users] more than 1 object in the same viewer

2012-02-28 Thread Renato Oliveira
Got it working after setting the scales. but possitioning and scalling properly 
will be a challenge.

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] more than 1 object in the same viewer

2012-02-28 Thread Renato Oliveira
i guess i really dont know how to use it. i very new to openscenegraph and i 
was just able to learn how to load a single obj file for 1 viewer only. i also 
saw that that i can split the viewer into views so that the objects can have 
diffrent cameras but my real goal is just to have shapes loaded that will be 1 
whole object att the end.

do you have any exemples or hints in how to use the grope with childrens?

i have a root node and i add the loaded objects to it, but only the last object 
add will display.

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] more than 1 object in the same viewer

2012-02-28 Thread Paul Martz

Is there a reason why you can't use a Group node with two children?
   -Paul


On 2/28/2012 8:24 AM, Renato Oliveira wrote:

Hi,

I am wondering if i can load 2 object files and have them share the same scene 
or viewer as a whole object? i was thinking the same way as the geode work when 
you add a Drawable (addDrawable())

if it is possible? can someone can give me an exemple? much appreciated.

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org