From 180aad05decc7eefa87e4e45d6747c48f40e5361 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 17 Apr 2023 12:12:01 -0400 Subject: save --- assets/models/cactus.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++ assets/models/default.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++ assets/models/water.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 165 insertions(+) create mode 100755 assets/models/cactus.json create mode 100755 assets/models/default.json create mode 100755 assets/models/water.json (limited to 'assets/models') 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 diff --git a/assets/models/default.json b/assets/models/default.json new file mode 100755 index 0000000..7c7fd56 --- /dev/null +++ b/assets/models/default.json @@ -0,0 +1,55 @@ +{ + "PX_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], + ], + + "NX_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], + ], + + "PY_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], + ], + + "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.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], + ], + + "NZ_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], + ] +} \ No newline at end of file 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 -- cgit v1.2.3-freya