[osg-submissions] osgParticle::ParticleSystem / particle LOD fixed

Michael Ebner Michael.Ebner at gmx.at
Tue Feb 19 01:47:18 PST 2008


Hi Robert,

Robert Osfield wrote:
> Is this a correct analysis?  If so it suggest that the STL
> implementation of std::vector::iterator fails when i>end returning
> true for i<end expression in this case.

This is correct, the *nix STL implementation seem to handle this, the 
Win32 implementation does not. I only submitted a quick fix. It would 
also be possible to rewrite everything with indices, but this would 
require a major rewrite of this part of the code.

regards,
Michael.




More information about the osg-submissions mailing list