| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "version": 1,
- "globalProperties": {
- "ambientLight": [0.2, 0.2, 0.2],
- "directionalLight": {
- "direction": [0.0, -0.707, -0.707],
- "color": [0.78, 0.88, 1.0]
- }
- },
- "actors": [
- {
- "type": "TargetActor",
- "properties": {
- "position": [1450.0, 0.0, 100.0]
- }
- },
- {
- "type": "TargetActor",
- "properties": {
- "position": [1450.0, 0.0, 400.0]
- }
- },
- {
- "type": "TargetActor",
- "properties": {
- "position": [1450.0, -500.0, 200.0]
- }
- },
- {
- "type": "TargetActor",
- "properties": {
- "position": [1450.0, 500.0, 200.0]
- }
- },
- {
- "type": "TargetActor",
- "properties": {
- "position": [0.0, -1450.0, 200.0],
- "rotation": [0.0, 0.0, 0.7071, 0.7071]
- }
- },
- {
- "type": "TargetActor",
- "properties": {
- "position": [0.0, 1450.0, 200.0],
- "rotation": [0.0, 0.0, -0.7071, 0.7071]
- }
- }
- ]
- }
|