|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
{ |
|
|
|
|
"camera" : { |
|
|
|
|
"position" : {"x":400,"y":-275,"z":325}, |
|
|
|
|
"target" : {"x":140,"y":0,"z":0}, |
|
|
|
|
"position" : {"x":200,"y":-150,"z":150}, |
|
|
|
|
"target" : {"x":0,"y":0,"z":0}, |
|
|
|
|
"world_up" : {"x":0,"y":0,"z":1} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
@ -20,32 +20,35 @@
|
|
|
|
|
{ |
|
|
|
|
"name" : "catepillar 1", |
|
|
|
|
"model_file" : "catepillar.dae", |
|
|
|
|
"position" : {"x":-140,"y":50,"z":0}, |
|
|
|
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
|
|
|
"scale" : {"x":10,"y":10,"z":10}, |
|
|
|
|
"grid_pos": {"x":10,"y":10,"z":10} |
|
|
|
|
"scale" : {"x":2,"y":2,"z":2}, |
|
|
|
|
"grid_pos": {"q":0,"r":-5,"s":5}, |
|
|
|
|
"use_grid": true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name" : "catepillar 2", |
|
|
|
|
"model_file" : "catepillar.dae", |
|
|
|
|
"position" : {"x" :140,"y":0,"z":0}, |
|
|
|
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
|
|
|
"scale" : {"x":10,"y":10,"z":10}, |
|
|
|
|
"grid_pos": {"q":10,"r":10,"s":10} |
|
|
|
|
"scale" : {"x":2,"y":2,"z":2}, |
|
|
|
|
"grid_pos": {"q":8,"r":-5,"s":-3}, |
|
|
|
|
"use_grid": true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name" : "box", |
|
|
|
|
"model_file" : "block2.dae", |
|
|
|
|
"position" : {"x":140,"y":-100,"z":0}, |
|
|
|
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
|
|
|
"scale" : {"x":10,"y":10,"z":10} |
|
|
|
|
"scale" : {"x":5,"y":5,"z":5}, |
|
|
|
|
"grid_pos": {"q":-2,"r":-2,"s":-4}, |
|
|
|
|
"use_grid": true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name" : "ground", |
|
|
|
|
"model_file" : "level.2.dae", |
|
|
|
|
"position" : {"x":0,"y":0,"z":-1}, |
|
|
|
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
|
|
|
"scale" : {"x":300,"y":300,"z":300} |
|
|
|
|
"scale" : {"x":300,"y":300,"z":300}, |
|
|
|
|
"grid_pos": {"q":0,"r":0,"s":0}, |
|
|
|
|
"use_grid": false |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
|