Changeset 72 for osgVisual/src/core
- Timestamp:
- Jul 20, 2010, 9:54:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/core/visual_core.cpp
r71 r72 78 78 OSG_NOTIFY( osg::ALWAYS ) << "Using Sky without distortion." << std::endl; 79 79 sky = new visual_skySilverLining( viewer ); 80 sky->init(distortedSceneGraph, rootNode); 80 sky->init(distortedSceneGraph, rootNode); // Without distortedSceneGraph=NULL 81 81 #endif 82 82
Note: See TracChangeset
for help on using the changeset viewer.