OpenSceneGraph/include
Robert Osfield 5de633f71b From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using.
I spent some more time debugging and it turns out there was a bug in
the ParticleSystem::update_bounds function. When the bound is being
reset, both the min and max are being set to the same postion without
the radius being subtracted/added to it. When there is only one
particle alive in the system this causes it to be culled by small
feature culling. I've modifed the function so that when the bound is
reset, the radius is subtracted/added to the position. This fixes my
problem."
2005-11-14 09:31:06 +00:00
..
osg Added better control for cancel GraphicsThreads. 2005-11-10 15:25:06 +00:00
osgDB Bumped the version numbers up to 1.0 in preparation for 1.0-rc1. 2005-11-09 10:49:56 +00:00
osgFX From Chris Hanson, "The following files are drop-in replacements for the include/*/Export files to permit 2005-09-28 14:05:05 +00:00
osgGA Added s/getMaxNumOfTextureUnits control to osgGA::StateSetManipulator, and set the default to 4. 2005-11-11 14:22:57 +00:00
osgIntrospection From Marco Jez, compile for a syntax error problem. 2005-11-10 20:56:16 +00:00
osgParticle From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using. 2005-11-14 09:31:06 +00:00
osgProducer Added scene stats support to osgProducer::ViewerEventHandler. 2005-11-11 17:00:36 +00:00
osgSim Bumped the version numbers up to 1.0 in preparation for 1.0-rc1. 2005-11-09 10:49:56 +00:00
osgTerrain Added a s/getState() to osgTerrain::DataSet to allow better integration with applications. 2005-11-09 20:24:47 +00:00
osgText Bumped the version numbers up to 1.0 in preparation for 1.0-rc1. 2005-11-09 10:49:56 +00:00
osgUtil Added scene stats support to osgProducer::ViewerEventHandler. 2005-11-11 17:00:36 +00:00