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