Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/txp/TXPSeamLOD.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/TXPSeamLOD.cpp
r5188 r13041 36 36 if (nv.getVisitorType()==osg::NodeVisitor::CULL_VISITOR && getNumChildren()==2) 37 37 { 38 38 39 39 TileMapper* tileMapper = dynamic_cast<TileMapper*>(nv.getUserData()); 40 40 … … 47 47 getChild(0)->accept(nv); 48 48 } 49 49 50 50 } 51 51 else
