Hi Benoit,

Perhaps it would be best to explain at a higher level what you are
trying to achieve with your application or the task you have in mind.
Then others might be able to advice how they would tackle it, rather
than dive in at low level elements/issues that won't be an issue if
you tackle the whole task in a more appropriate way.

Robert.

On Sat, Mar 14, 2009 at 4:10 PM, Quanteek <[email protected]> wrote:
> Hey Robert :)
>
> So your advice is to :
>
> - not using MatrixTransform or any kind of Transform node.
>
> - precalculate the whole points of an axe and logically pre-calculate all 
> axes. By axe I mean a kind of superposition of cylinders with different 
> diameters.
>
> - create an osg::Geometry for each axes by loading pre-calculated points.
>
> - create an osg::Geometry for all leaves in the same way and not an 
> osg::Geometry for each leaf.
>
> The problem is that I am experiencing performance problems and when I am 
> exporting into Collada I have got for a small tree a huge file of 15 Mo.
> I have attached an osg file of my result. Maybe you will see something 
> anormal in it. (This one is normally quick draw but I have got more huge 
> trees).  In my attachement a black cylinder is what I call an axe (and in 
> fact it is composed by several little cylinders). Each leaf are an 
> osg::Geometry and there is only one osg::Geode for all leaves.
>
> Thanks a lot for all your help :)
>
> P.S. : Sorry for the signature :p
>
> ------------------------
> --
> Benoît Bayol
> [email protected]
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=8481#8481
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to