source: anuga_core/source/anuga_viewer/set_3D_env.bat @ 5570

Last change on this file since 5570 was 4940, checked in by ole, 16 years ago

Bat file to set environment for stereoscopic viewing. This example is taylored to GA's 3D vizlab.

File size: 303 bytes
Line 
1REM Settings for GA Vizlab
2REM Ole Nielsen, 8 January 2008
3
4doskey
5PATH %PATH%;c:\program files\anuga_viewer
6set OSG_EYE_SEPARATION=.05
7set OSG_SCREEN_DISTANCE=4.0
8set OSG_SCREEN_HEIGHT=2.5
9set OSG_SCREEN_WIDTH=6.0
10set OSG_SPLIT_STEREO_HORIZONTAL_SEPARATION=0
11set OSG_STEREO_MODE=QUAD_BUFFER
Note: See TracBrowser for help on using the repository browser.