- Timestamp:
- 02/13/07 16:57:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgprerendercubemap/osgprerendercubemap.cpp
r5954 r6168 300 300 } 301 301 302 unsigned tex_width = 512;303 unsigned tex_height = 512;302 unsigned tex_width = 256; 303 unsigned tex_height = 256; 304 304 while (arguments.read("--width", tex_width)) {} 305 305 while (arguments.read("--height", tex_height)) {}
