- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/Sphere.cpp
r12292 r13041 44 44 iteratorAdvanced = true; 45 45 } 46 46 47 47 if (fr.matchSequence("Radius %f")) 48 48 { … … 53 53 iteratorAdvanced = true; 54 54 } 55 55 56 56 57 57 return iteratorAdvanced; … … 61 61 { 62 62 const Sphere& sphere = static_cast<const Sphere&>(obj); 63 63 64 64 fw.indent()<<"Center "<<sphere.getCenter()<<std::endl; 65 65 fw.indent()<<"Radius "<<sphere.getRadius()<<std::endl;
