Skip to content

Instantly share code, notes, and snippets.

@muja
Created June 10, 2014 14:35
Show Gist options
  • Save muja/f9ab25016e9c0b5be09c to your computer and use it in GitHub Desktop.
Save muja/f9ab25016e9c0b5be09c to your computer and use it in GitHub Desktop.
{
"id": 1,
"name": "Level 1",
"start": {
"position": { "x": 0, "y": 0, "z": 0 }
},
"dependencies": {
"torus": "torus.obj"
},
"gate": {
"ref": "gate1",
"successors": [
{
"ref": "gate2",
"successors": [
{
"ref": "gate3",
"successors": []
}
]
}
]
},
"components": [
{
"id": "gate1",
"ref": "torus",
"transformMatrix": [ 1.0, 0.0, 0.0, 0.0, 0.0, 5.9604645e-08, 0.99999994, 0.0, 0.0, -0.99999994, 5.9604645e-08, 0.0, 0.0, 0.0, 10.0, 1.0 ]
},
{
"id": "gate2",
"ref": "torus",
"transformMatrix": [ 1.0, 0.0, 0.0, 0.0, 0.0, 5.9604645e-08, 0.99999994, 0.0, 0.0, -0.99999994, 5.9604645e-08, 0.0, 0.0, 0.0, 18.0, 1.0 ]
},
{
"id": "gate3",
"ref": "torus",
"transformMatrix": [ 1.0, 0.0, 0.0, 0.0, 0.0, 0.40727004, 0.9133077, 0.0, 0.0, -0.9133077, 0.40727004, 0.0, 0.0, 3.25816, 25.306461, 1.0 ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment