Skip to content

Instantly share code, notes, and snippets.

@drcmda
Last active April 4, 2016 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drcmda/7dbcf9884783cdcb515360a95b505030 to your computer and use it in GitHub Desktop.
Save drcmda/7dbcf9884783cdcb515360a95b505030 to your computer and use it in GitHub Desktop.
[
{ "type": "Geometry", "name": "Tischplatte", "id": 6, "data": [base128], "meta": {} },
{ "type": "Geometry", "name": "Tischbein", "id": 7, "data": [base128], "meta": {} },
{ "type": "Model", "name": "Tisch", "id": 8,
"data":[
{ "type": "Link", "ref": "Tischplatte", "matrix": [0,0,0], "meta": {} },
{ "type": "Link", "ref": "Tischbein", "matrix": [0,0,0], "meta": {} },
{ "type": "Link", "ref": "Tischbein", "matrix": [0,10,0], "meta": {} },
{ "type": "Link", "ref": "Tischbein", "matrix": [10,0,0], "meta": {} },
{ "type": "Link", "ref": "Tischbein", "matrix": [10,10,0], "meta": {} },
{ "type": "Model", "name": "Kopie", "id": 9,
"data":[
{ "type": "Geometry", "name": "Tischbein", "id": 7, "data": [base128], "meta": {} },
{ "type": "Link", "ref": "Tischplatte", "matrix": [0,0,0], "meta": {} }
], "meta": {} }
], "meta": {}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment