Changeset 11829 for OpenSceneGraph/trunk/src/osg/glu/libtess/tess.h
- Timestamp:
- 10/07/10 13:53:28 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/glu/libtess/tess.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/glu/libtess/tess.h
r11822 r11829 47 47 #include "priorityq.h" 48 48 49 50 49 /* The begin/end calls must be properly nested. We keep track of 51 50 * the current state to enforce the ordering. … … 63 62 } CachedVertex; 64 63 65 struct GLUtesselator {64 struct osg::GLUtesselator { 66 65 67 66 /*** state needed for collecting the input data ***/ … … 169 168 else (*tess->callError)((a)); 170 169 170 // make it easy to introduce the namespace osg for the public functions and typedefs 171 using osg::GLUtesselator; 172 using osg::_GLUfuncptr; 173 174 171 175 #endif
