Changeset 13041 for OpenSceneGraph/trunk/include/osg/Geode
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/Geode (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/Geode
r9321 r13041 41 41 virtual Geode* asGeode() { return this; } 42 42 virtual const Geode* asGeode() const { return this; } 43 43 44 44 /** Add a \c Drawable to the \c Geode. 45 45 * If \c drawable is not \c NULL and is not contained in the \c Geode
