diff options
Diffstat (limited to '')
-rwxr-xr-x | assets/models/cactus.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/models/cactus.json b/assets/models/cactus.json new file mode 100755 index 0000000..4eb6b84 --- /dev/null +++ b/assets/models/cactus.json @@ -0,0 +1,55 @@ +{
+ "PX_POS":[
+ [0.4,0.5,0.4],
+ [0.4,-0.5,0.4],
+ [0.4,-0.5,-0.4],
+ [0.4,-0.5,-0.4],
+ [0.4,0.5,-0.4],
+ [0.4,0.5,0.4],
+ ],
+
+ "NX_POS":[
+ [-0.4,0.5,-0.4],
+ [-0.4,-0.5,-0.4],
+ [-0.4,-0.5,0.4],
+ [-0.4,-0.5,0.4],
+ [-0.4,0.5,0.4],
+ [-0.4,0.5,-0.4],
+ ],
+
+ "PY_POS":[
+ [0.4,0.5,-0.4],
+ [-0.4,0.5,-0.4],
+ [-0.4,0.5,0.4],
+ [-0.4,0.5,0.4],
+ [0.4,0.5,0.4],
+ [0.4,0.5,-0.4],
+ ],
+
+ "NY_POS":[
+ [-0.4,-0.5,0.4],
+ [-0.4,-0.5,-0.4],
+ [0.4,-0.5,-0.4],
+ [0.4,-0.5,-0.4],
+ [0.4,-0.5,0.4],
+ [-0.4,-0.5,0.4],
+ ],
+
+ "PZ_POS":[
+ [-0.4,0.5,0.4],
+ [-0.4,-0.5,0.4],
+ [0.4,-0.5,0.4],
+ [0.4,-0.5,0.4],
+ [0.4,0.5,0.4],
+ [-0.4,0.5,0.4],
+ ],
+
+ "NZ_POS":[
+ [0.4,0.5,-0.4],
+ [0.4,-0.5,-0.4],
+ [-0.4,-0.5,-0.4],
+ [-0.4,-0.5,-0.4],
+ [-0.4,0.5,-0.4],
+ [0.4,0.5,-0.4],
+ ]
+}
\ No newline at end of file |