aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/index.omg
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-06 22:15:30 +1000
committerDavid Walter Seikel2016-02-06 22:15:30 +1000
commit2d57360cd4f1f1076e324a1236f7ab3ffaf17139 (patch)
tree26c02eb3d2c09853532f89ead7c97e03b5530a7d /media/Test%20sim/index.omg
parentPass stuff size up to C code. (diff)
downloadSledjHamr-2d57360cd4f1f1076e324a1236f7ab3ffaf17139.zip
SledjHamr-2d57360cd4f1f1076e324a1236f7ab3ffaf17139.tar.gz
SledjHamr-2d57360cd4f1f1076e324a1236f7ab3ffaf17139.tar.bz2
SledjHamr-2d57360cd4f1f1076e324a1236f7ab3ffaf17139.tar.xz
Add test terrain support.
Diffstat (limited to 'media/Test%20sim/index.omg')
-rw-r--r--media/Test%20sim/index.omg7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/Test%20sim/index.omg b/media/Test%20sim/index.omg
index c9d3b71..cf3f78a 100644
--- a/media/Test%20sim/index.omg
+++ b/media/Test%20sim/index.omg
@@ -28,6 +28,13 @@ Stuffs =
28 size = {1.0, 1.0, 1.0}, 28 size = {1.0, 1.0, 1.0},
29 rot = {1.0, 0.0, 0.0, 0.0}, 29 rot = {1.0, 0.0, 0.0, 0.0},
30 }, 30 },
31 ['terrain'] =
32 {
33 fileName = 'terrain.omg',
34 pos = {0.0, -5.0, 0.0},
35 size = {256.0, 256.0, 256.0},
36 rot = {1.0, 0.0, 0.0, 0.0},
37 },
31 }, 38 },
32 }, 39 },
33} 40}