- Timestamp:
- 03/25/10 15:19:01 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/vrml/ReaderWriterVRML2.h
r10795 r11290 86 86 87 87 osg::ref_ptr<osg::Geometry> convertVRML97IndexedFaceSet(openvrml::node *vrml_ifs) const; 88 osg::ref_ptr<osg::Geometry> convertVRML97IndexedLineSet(openvrml::node *vrml_ifs) const; 88 89 osg::ref_ptr<osg::Geometry> convertVRML97Box(openvrml::node* vrml_box) const; 89 90 osg::ref_ptr<osg::Geometry> convertVRML97Sphere(openvrml::node* vrml_sphere) const;
