A quick mail just to give more opinions on the subject.
We stopped using osgParticle for performance reasons. osgParticle is a little 
bit overengineered for a real time particle system, the particle simulation 
loop is quite bloated with different layer of abstractions that are finally not 
so useful. Moreover, the particle class is quite big, with lot of informations 
that are not useful for all particle systems.  It is really not suited for high 
performance particle systems (thousands of particles).
Finally, doing the particle simulation on my own was easier, and give me more 
control. For exemple, the particle system must work with earth-like databases. 
I have several effects (explosion, reactor trail, dust trail), they just share 
the drawing code (convert particles to osg::Geometry) and some basic particles 
management, and it is sufficient...

________________________________

From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Serge Lages
Sent: mardi 17 août 2010 15:26
To: OpenSceneGraph Users
Subject: Re: [osg-users] osg::Particle problem


OK, I agree with you, the main problems with the current library are precisions 
issues and performance, I hope you'll be able to handle them !


On Tue, Aug 17, 2010 at 3:05 PM, Wang Rui <wangra...@gmail.com> wrote:


        Hi Serge,
        
        I plan to keep full back-compatibility of previous osgParticle
        library. Its design and structure is still usable and easy-to-extend
        in my opinion.
        
        Wang Rui
        
        
        2010/8/17 Serge Lages <serge.la...@gmail.com>:
        
        > Is there any roadmap about osgParticle ? Does it need to be completely
        > rewritten or only improved to take advantage of more modern 
techniques ?
        >
        
        _______________________________________________
        osg-users mailing list
        osg-users@lists.openscenegraph.org
        
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
        




-- 
Serge Lages
http://www.tharsis-software.com

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to