Re: [osg-users] Best way of adding more models?

2012-09-17 Thread Regina Howard
Cool. I'll try it. Looks like fun to add models. :)

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





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


Re: [osg-users] Best way of adding more models?

2012-08-29 Thread Robert Osfield
Hi Akilan,

What you will need to do work out what the bottlenecks are then
address what you find rather than go looking at solutions before you
understand the problem.

So have a look at the update, cull and draw dispatch and draw GPU
stats as you load more models.  There might be certain combinations go
geometry or state that are most problematic for the hardware and
drivers you are working on so you'll need to explore these.


Robert.

On 29 August 2012 18:12, Akilan Thangamani  wrote:
> Hi
>
> I was trying an application which renders some models on android phone using 
> osg. The application requires more number of models to be loaded. As the 
> number of models increases the rendering gets slowed down drastically as 
> expected. The way I do is that under a group node all other nodes are added 
> as children. As all the nodes need to be displayed in all levels(range), I 
> was thinking not to use PagedLOD. Is there any better way to organize the 
> structure for better the rendering? Grouping the nodes will do better any 
> how??
>
>
> Thanks
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=49667#49667
>
>
>
>
>
> ___
> 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


[osg-users] Best way of adding more models?

2012-08-29 Thread Akilan Thangamani
Hi

I was trying an application which renders some models on android phone using 
osg. The application requires more number of models to be loaded. As the number 
of models increases the rendering gets slowed down drastically as expected. The 
way I do is that under a group node all other nodes are added as children. As 
all the nodes need to be displayed in all levels(range), I was thinking not to 
use PagedLOD. Is there any better way to organize the structure for better the 
rendering? Grouping the nodes will do better any how??


Thanks

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





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