OpenSceneGraph/include
2007-03-28 08:52:44 +00:00
..
osg From Mike Wittman, "This is another weirdo change to support code generation. It brings all the Drawable::supports and Drawable::accepts overloads into the ShapeDrawable scope to avoid errors invoking the ones that are not defined in ShapeDrawable. Currently you'll get compilation errors if you pass a Drawable::AttributeFunctor or PrimitiveIndexFunctor to the "accept" function invoked on a ShapeDrawable pointer or reference, since those overloads are only defined in the base class. You'll also get the same error passing a PrimitiveIndexFunctor to the "supports" function. These errors occur because C++ function overload resolution does not cross inheritance boundaries." 2007-03-26 13:00:29 +00:00
osgDB Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads. 2007-02-23 16:31:34 +00:00
osgFX Updated copyright years. 2006-07-18 15:21:48 +00:00
osgGA Added setHandled/getHandled to osgGA::GUIEventAdapter 2007-01-24 12:21:29 +00:00
osgIntrospection From David Callu, " bug: 2007-03-16 14:28:27 +00:00
osgManipulator Changed _pixel_x and _pixel_y to be floats 2007-03-06 12:01:55 +00:00
osgParticle Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads. 2007-02-23 16:31:34 +00:00
osgShadow Implemented basic ShadowMap technique 2007-02-19 14:20:18 +00:00
osgSim From Mike Wittman, " noticed that some type references of osg::Drawable::AttributeFunctor, osg::Drawable::ConstAttributeFunctor, and osg::StateAttribute::ModeUsage in osg and osgSim were not being properly reflected in osgIntrospection. This appears to be due to Doxygen not handling nested types from superclasses if they're not qualified when referenced in subclasses. 2007-03-05 17:34:36 +00:00
osgTerrain Add computeBound support to TerrainNode and Layer. 2007-03-27 19:27:36 +00:00
osgText Reorganised the text comments so that they are shorter length, and hopefully will 2007-02-15 14:53:54 +00:00
osgUtil Moved osgProducer and osgproducerviewer out into their own repository. 2007-02-27 13:16:18 +00:00
osgViewer Replaced the X11 Window by Carbon WindowRef in the WindowData structure. 2007-03-28 08:52:44 +00:00