diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-20 13:02:18 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-20 13:02:18 +0000 |
| commit | 8c38b912458e60c8eab5a71b003e829bce5afe4a (patch) | |
| tree | effcaf0de129621cef4f583b27e3ca1cd8266da0 /liveengine/bin | |
| parent | 4656e88bb1626fcc0e7941883ac475884e4c99b0 (diff) | |
whelan's
Diffstat (limited to 'liveengine/bin')
| -rwxr-xr-x | liveengine/bin/data/settings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/liveengine/bin/data/settings.xml b/liveengine/bin/data/settings.xml index 6c31de3..de37112 100755 --- a/liveengine/bin/data/settings.xml +++ b/liveengine/bin/data/settings.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8" ?> <liveEngine port="1" channel="0"> - <viewport mapped="1" w="1024" h="768" x="0" y="0" rot="0" ox="-512" oy="-384"> + <viewport mapped="1" w="768" h="1024" x="0" y="0" rot="-90" ox="-256" oy="-384"> + <settings fov="17.500000" roll="0.000000" targX="-247.713226" targY="212.727859" targZ="0.000000" lat="0.000000" lng="180.000000" dolly="600.000000" /> + </viewport> + <viewport mapped="1" w="768" h="1024" x="1024" y="0" rot="-90" ox="-256" oy="-384"> <settings fov="17.500000" roll="0.000000" targX="-247.713226" targY="212.727859" targZ="0.000000" lat="0.000000" lng="180.000000" dolly="600.000000" /> </viewport> </liveEngine> |
