- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/Geode.cpp
r10970 r13041 36 36 iteratorAdvanced = true; 37 37 } 38 38 39 39 Drawable* drawable = NULL; 40 40 while((drawable=fr.readDrawable())!=NULL) … … 53 53 54 54 fw.indent() << "num_drawables " << geode.getNumDrawables() << std::endl; 55 55 56 56 for(unsigned int i=0;i<geode.getNumDrawables();++i) 57 57 {
