You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.5 KiB
67 lines
1.5 KiB
{ |
|
"camera" : { |
|
"position" : {"x":200,"y":-150,"z":150}, |
|
"target" : {"x":0,"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", |
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
"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", |
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
"scale" : {"x":2,"y":2,"z":2}, |
|
"grid_pos": {"q":8,"r":-5,"s":-3}, |
|
"use_grid": true |
|
}, |
|
{ |
|
"name" : "box", |
|
"model_file" : "block2.dae", |
|
"rotation" : {"x":0,"y":0,"z":0,"w":0}, |
|
"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}, |
|
"grid_pos": {"q":0,"r":0,"s":0}, |
|
"use_grid": false |
|
} |
|
], |
|
|
|
"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} |
|
} |
|
] |
|
}
|
|
|