diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-11 15:59:00 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-11 15:59:00 +0000 |
| commit | 4656e88bb1626fcc0e7941883ac475884e4c99b0 (patch) | |
| tree | cadd1759913be53a2ce4adb94d494918f7af2541 /liveengine/bin | |
| parent | d06fe4264b760e4be5880456cfd50f817dbeb1ea (diff) | |
working single threaded
Diffstat (limited to 'liveengine/bin')
| -rwxr-xr-x | liveengine/bin/data/settings.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/liveengine/bin/data/settings.xml b/liveengine/bin/data/settings.xml index abe3343..6c31de3 100755 --- a/liveengine/bin/data/settings.xml +++ b/liveengine/bin/data/settings.xml @@ -1,7 +1,6 @@ -<?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">
- <settings fov="17.5" roll="0" targX="0" targY="0" targZ="0" lat="0" lng="0" dolly="600" />
- </viewport>
-</liveEngine>
- +<?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"> + <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> |
