{ "types": [ { "name": "RedBox", "color": [255,0,0], "health": 5, "score": 10 }, { "name": "BlueBox", "color": [0,0,255], "health": 3, "score": 20 }, { "name": "GreenBox", "color": [0,255,0], "health": 10, "score": 50 } ], "objects": [ { "type": "RedBox", "transform": { "location": [ 100, 200, 300 ], "rotation": [ 0, 45, 90 ], "scale": [ 1, 1, 1 ] } }, { "type": "BlueBox", "transform": { "location": [ -500, 0, 150 ], "rotation": [ 0, 30, 60 ], "scale": [ 2, 2, 2 ] } }, { "type": "GreenBox", "transform": { "location": [ 400, -200, 50 ], "rotation": [ 10, 20, 30 ], "scale": [ 1.5, 1.5, 1.5 ] } }, { "type": "RedBox", "transform": { "location": [ 50, 100, -100 ], "rotation": [ 0, 90, 0 ], "scale": [ 0.8, 0.8, 0.8 ] } }, { "type": "BlueBox", "transform": { "location": [ -200, 50, 250 ], "rotation": [ 45, 0, 45 ], "scale": [ 1.2, 1.2, 1.2 ] } }, { "type": "GreenBox", "transform": { "location": [ 300, 500, -300 ], "rotation": [ 20, 10, 40 ], "scale": [ 1, 2, 1 ] } }, { "type": "RedBox", "transform": { "location": [ -150, 400, 200 ], "rotation": [ 90, 0, 90 ], "scale": [ 1, 1, 1 ] } } ] }