OpenSceneGraph/include
Robert Osfield 3975fc9b01 Improved handling of subloading.
Removed the rescalling of images in osg::Image during texture apply, moving
the rescale so it is locally calculated.  This solves an outstanding threading
problem which occured by multiple draw threads all tried to rescale the same
image at one time.

Made osg::Image ptr in osg::Texture2D non mutable as it is no longer modified
during apply.
2003-04-01 11:49:09 +00:00
..
osg Improved handling of subloading. 2003-04-01 11:49:09 +00:00
osgDB Implemented a object cache in osgDB::Registry. 2003-03-17 22:53:46 +00:00
osgGA Change the className() functions from non const to const to be consistent with the 2003-03-29 22:07:03 +00:00
osgParticle Fixes to osgcluster demo as new Producer based example. 2003-03-16 21:58:27 +00:00
osgProducer Added Escape to the help list. 2003-03-28 10:04:58 +00:00
osgSim Fixes to osgcluster demo as new Producer based example. 2003-03-16 21:58:27 +00:00
osgText Added osgkeyboard to the ./runexamples.bat. 2003-03-25 13:57:16 +00:00
osgUtil Added a traverseGeode method to the UpdateVisitor which contains the 2003-03-22 09:48:43 +00:00