Changeset 1830 for OpenSceneGraph/trunk/examples/osgwindows/osgwindows.cpp
- Timestamp:
- 04/08/03 15:10:47 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgwindows/osgwindows.cpp
r1818 r1830 33 33 34 34 Producer::InputArea *ia = new Producer::InputArea; 35 ia->addInputRectangle( rs1, Producer::InputRectangle(0.0,0.5,0.0,1.0)); 36 ia->addInputRectangle( rs2, Producer::InputRectangle(0.5,1.0,0.0,1.0)); 35 // ia->addInputRectangle( rs1, Producer::InputRectangle(0.0,0.5,0.0,1.0)); 36 // ia->addInputRectangle( rs2, Producer::InputRectangle(0.5,1.0,0.0,1.0)); 37 ia->addInputRectangle( rs1, Producer::InputRectangle(-1.0,0.0,-1.0,1.0)); 38 ia->addInputRectangle( rs2, Producer::InputRectangle(0.0,1.0,-1.0,1.0)); 37 39 38 40
