diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-10 00:01:13 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-10 00:01:13 +0000 |
| commit | 7aa82f00186fe296ba0f818ce6cfe6cb4317bd68 (patch) | |
| tree | 2be47ffdd90c77d7cecfefb5838b850121dbc646 /bin | |
| parent | 108fb02ea1e6630b27796c4f0da5236f9e6a7e7f (diff) | |
finish xml settings
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/data/settings.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/data/settings.xml b/bin/data/settings.xml index af4ec52..0c43106 100644 --- a/bin/data/settings.xml +++ b/bin/data/settings.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8" ?> <map4> - <view> - <settings x="0.000000" y="0.000000" w="0.500000" h="1.000000" distort="0.000000" /> + <view> + <settings x="0.0" y="0.0" w="0.5" h="1.0" distort="0.0" fov="17.25" targX="0" targY="112" targZ="0" lat="0.0" lng="0.0" dolly="1000" /> + </view> + <view> + <settings x="0.5" y="0.0" w="0.5" h="1.0" distort="0.0" fov="17.25" targX="0" targY="112" targZ="0" lat="0.0" lng="0.0" dolly="1000" /> </view> </map4> |
