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.
65 lines
745 B
65 lines
745 B
{ |
|
"camera" : { |
|
"position" : { |
|
"x" : 640, |
|
"y" : 0, |
|
"z" : 100 |
|
}, |
|
"target" : { |
|
"x" : 640, |
|
"y" : 500, |
|
"z" : 0 |
|
}, |
|
"up" : { |
|
"x" : 0, |
|
"y" : 1, |
|
"z" : 0 |
|
} |
|
}, |
|
|
|
"hex_grid" : { |
|
"layout_type" : "hexagon", |
|
"hex_size" : 10, |
|
"hex_radius" : 20 |
|
}, |
|
|
|
"entities" : [ |
|
{ |
|
"name" : "catepillar 1", |
|
"model_file" : "catepillar.dae", |
|
"position" : { |
|
"x" : 740, |
|
"y" : 500, |
|
"z" : 0 |
|
}, |
|
"rotation" : { |
|
"x" : 0, |
|
"y" : 0, |
|
"z" : 0, |
|
"w" : 0 |
|
}, |
|
"scale" : { |
|
"x" : 10, |
|
"y" : 10, |
|
"z" : 10 |
|
} |
|
} |
|
], |
|
|
|
"lights" : [ |
|
{ |
|
"intensity" : 1.0, |
|
"color" : { |
|
"r" : 0, |
|
"g" : 0, |
|
"b" : 0 |
|
}, |
|
|
|
"position" : { |
|
"x" : 0, |
|
"y" : 0, |
|
"z" : 0 |
|
} |
|
} |
|
] |
|
}
|
|
|