13 changed files with 244 additions and 42 deletions
@ -0,0 +1,62 @@
|
||||
{ |
||||
"camera" : { |
||||
"position" : {"x":400,"y":-275,"z":325}, |
||||
"target" : {"x":140,"y":0,"z":0}, |
||||
"world_up" : {"x":0,"y":0,"z":1} |
||||
}, |
||||
|
||||
"hex_grid" : { |
||||
"position" : {"x":0,"y":0,"z":0}, |
||||
"hex_size" : 10, |
||||
"fill_color" : 6, |
||||
"selected_fill_color": 7, |
||||
"hex_line_color": 5, |
||||
"hexlib_orientation" : "layout_flat", |
||||
"grid_type" : "hash_map", |
||||
"map_file" : "hashmap_scene_hexmap.json" |
||||
}, |
||||
|
||||
"entities" : [ |
||||
{ |
||||
"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} |
||||
}, |
||||
{ |
||||
"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} |
||||
}, |
||||
{ |
||||
"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} |
||||
}, |
||||
{ |
||||
"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} |
||||
} |
||||
], |
||||
|
||||
"lights" : [ |
||||
{ |
||||
"intensity" : 1.0, |
||||
"color" : {"r":0,"g":0,"b":0}, |
||||
"position" : {"x":-1000,"y":0,"z":200} |
||||
}, |
||||
{ |
||||
"intensity" : 1.0, |
||||
"color" : {"r":0,"g":0,"b":0}, |
||||
"position" : {"x":200,"y":0,"z":200} |
||||
} |
||||
] |
||||
} |
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue