- Timestamp:
- 03/26/03 13:50:30 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtexture3D/osgtexture3D.cpp
r1747 r1756 101 101 } 102 102 103 virtual void operator()( const Producer::RenderSurface&, osgProducer::OsgCameraGroup* , osgProducer::OsgSceneHandler* sh)103 virtual void operator()( osgProducer::OsgCameraGroup&, osgProducer::OsgSceneHandler& sh, const Producer::RenderSurface& ) 104 104 { 105 105 if (!_initialized) … … 112 112 } 113 113 // now safe to con 114 sh ->init();114 sh.init(); 115 115 116 116 }
