summaryrefslogtreecommitdiff
path: root/libs/assimp/test/models/AMF/test1.amf
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/test/models/AMF/test1.amf
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/assimp/test/models/AMF/test1.amf')
-rw-r--r--libs/assimp/test/models/AMF/test1.amf59
1 files changed, 0 insertions, 59 deletions
diff --git a/libs/assimp/test/models/AMF/test1.amf b/libs/assimp/test/models/AMF/test1.amf
deleted file mode 100644
index 830b508..0000000
--- a/libs/assimp/test/models/AMF/test1.amf
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<amf>
- <object id="1">
- <mesh>
- <vertices>
- <vertex>
- <coordinates>
- <x>-0.5</x>
- <y>-0.5</y>
- <z>0</z>
- </coordinates>
- </vertex>
- <vertex>
- <coordinates>
- <x>-0.5</x>
- <y>0.5</y>
- <z>0</z>
- </coordinates>
- </vertex>
- <vertex>
- <coordinates>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </coordinates>
- </vertex>
- <vertex>
- <coordinates>
- <x>0</x>
- <y>0</y>
- <z>4</z>
- </coordinates>
- </vertex>
- </vertices>
- <volume>
- <triangle>
- <v1>0</v1>
- <v2>1</v2>
- <v3>2</v3>
- </triangle>
- <triangle>
- <v1>0</v1>
- <v2>3</v2>
- <v3>1</v3>
- </triangle>
- <triangle>
- <v1>1</v1>
- <v2>3</v2>
- <v3>2</v3>
- </triangle>
- <triangle>
- <v1>0</v1>
- <v2>2</v2>
- <v3>3</v3>
- </triangle>
- </volume>
- </mesh>
- </object>
-</amf>