summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/test/models/AMF/test_with_mat.amf
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/test/models/AMF/test_with_mat.amf
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/test/models/AMF/test_with_mat.amf')
-rw-r--r--src/mesh/assimp-master/test/models/AMF/test_with_mat.amf38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/mesh/assimp-master/test/models/AMF/test_with_mat.amf b/src/mesh/assimp-master/test/models/AMF/test_with_mat.amf
deleted file mode 100644
index 0127d82..0000000
--- a/src/mesh/assimp-master/test/models/AMF/test_with_mat.amf
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<amf unit="inch" version="1.1">
- <metadata type="name">Split Pyramid</metadata>
- <metadata type="author">John Smith</metadata>
- <object id="1">
- <mesh>
- <vertices>
- <vertex><coordinates><x>0</x><y>0</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>1</y><z>0</z></coordinates></vertex>
- <vertex><coordinates><x>1</x><y>1</y><z>0</z></coordinates></vertex>
- <vertex><coordinates><x>0.5</x><y>0.5</y><z>1</z></coordinates></vertex>
- </vertices>
- <volume materialid="2">
- <metadata type="name">Hard side</metadata>
- <triangle><v1>2</v1><v2>1</v2><v3>0</v3></triangle>
- <triangle><v1>0</v1><v2>1</v2><v3>4</v3></triangle>
- <triangle><v1>4</v1><v2>1</v2><v3>2</v3></triangle>
- <triangle><v1>0</v1><v2>4</v2><v3>2</v3></triangle>
- </volume>
- <volume materialid="3">
- <metadata type="name">Soft side</metadata>
- <triangle><v1>2</v1><v2>3</v2><v3>1</v3></triangle>
- <triangle><v1>1</v1><v2>3</v2><v3>4</v3></triangle>
- <triangle><v1>4</v1><v2>3</v2><v3>2</v3></triangle>
- <triangle><v1>4</v1><v2>2</v2><v3>1</v3></triangle>
- </volume>
- </mesh>
- </object>
- <material id="2">
- <metadata type="name">Hard material</metadata>
- <color><r>0.1</r><g>0.1</g><b>0.1</b></color>
- </material>
- <material id="3">
- <metadata type="name">Soft material</metadata>
- <color><r>0</r><g>0.9</g><b>0.9</b><a>0.5</a></color>
- </material>
-</amf>