added new model for crystal, not possible to move through crystals

This commit is contained in:
Remco
2016-06-09 12:07:27 +02:00
parent 1164501158
commit 1f3188376a
8 changed files with 4783 additions and 51 deletions
+14 -10
View File
@@ -19,14 +19,18 @@
"pos": [ 20, 5, 10 ],
"scale": 0.01
}],
"crystals": [
{
"file": "models/sphere/sphere.obj",
"pos": [ 33, 2, 31 ]
},
{
"file": "models/sphere/sphere.obj",
"pos": [ 45, 2, 31 ]
}
]
"crystal": {
"full texture": "models/crystal/Crystal.obj",
"empty texture": "models/crystal/PickedUpCrystal.obj",
"instances": [
{
"pos": [ 31, 5, 33 ],
"rot": [ 0, 0, 0 ]
},
{
"pos": [ 40, 5, 40 ],
"rot": [ 0, 0, 0 ]
}
]
}
}