moreComplex.json Example
less than a minute
{
"files": [
{
"file": "scenery.glb",
"name": "scenery"
},
{
"file": "robot.glb",
"name": "robot"
}
],
"camera": "Camera",
"cameraLookAt": {
"x": 0.0,
"y": 0.0,
"z": 0.5
}
"hemisphereLight": {
"intensity": 0.8
},
"spotLight": {
"x": 1,
"y": 1,
"z": 5.8,
"castShadow": true,
"angle": 0.5,
"intensity": 0.2,
"penumbra": 1.5
},
"traceLine": [
{
"link": "root/Control/actualToolCoordinates",
"channel": 0,
"axis": "x"
},
{
"link": "root/Control/actualToolCoordinates",
"channel": 1,
"axis": "y"
},
{
"link": "root/Control/actualToolCoordinates",
"channel": 2,
"axis": "z"
}
],
"objects": [
{
"name": "Floor",
"receiveShadow": true,
"castShadow": false
},
{
"name": "Base",
"receiveShadow": false,
"castShadow": true
},
{
"name": "Link1",
"castShadow": true,
"links": [
{
"link": "root/Control/dummyDoubleArray6",
"channel": 0,
"axis": "rz"
},
{
"link": "root/Control/dummyDoubleArray6",
"channel": 4,
"axis": "opacity",
"gain": 1,
"value": 1
},
{
"link": "root/Control/dummyBool",
"axis": "visible"
}
]
},
{
"name": "Link2",
"links": [
{
"link": "root/Control/dummyDoubleArray6",
"channel": 1,
"axis": "rz"
}
],
"castShadow": true
}
]
}