- Timestamp:
- 12/10/07 18:30:18 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgprerendercubemap/osgprerendercubemap.cpp
r6941 r7648 143 143 virtual void operator()(osg::Node* node, osg::NodeVisitor* nv) 144 144 { 145 // first update subgraph to make sure objects are all moved into pos tion145 // first update subgraph to make sure objects are all moved into position 146 146 traverse(node,nv); 147 147 … … 196 196 virtual void operator()(osg::Node* node, osg::NodeVisitor* nv) 197 197 { 198 // first update subgraph to make sure objects are all moved into pos tion198 // first update subgraph to make sure objects are all moved into position 199 199 traverse(node,nv); 200 200 … … 304 304 arguments.getApplicationUsage()->addCommandLineOption("--fb","Use FrameBuffer for render to texture."); 305 305 arguments.getApplicationUsage()->addCommandLineOption("--pbuffer","Use Pixel Buffer for render to texture, where supported."); 306 arguments.getApplicationUsage()->addCommandLineOption("--window","Use a sep erate Window for render to texture.");306 arguments.getApplicationUsage()->addCommandLineOption("--window","Use a separate Window for render to texture."); 307 307 arguments.getApplicationUsage()->addCommandLineOption("--width","Set the width of the render to texture"); 308 308 arguments.getApplicationUsage()->addCommandLineOption("--height","Set the height of the render to texture"); … … 334 334 arguments.reportRemainingOptionsAsUnrecognized(); 335 335 336 // report any errors if they have occur ed when parsing the program aguments.336 // report any errors if they have occurred when parsing the program arguments. 337 337 if (arguments.errors()) 338 338 {
