diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:09 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:09 -0500 |
commit | db81b925d776103326128bf629cbdda576a223e7 (patch) | |
tree | 58bea8155c686733310009f6bed7363f91fbeb9d /libs/assimp/test/models/AMF/test5a.amf | |
parent | 55860037b14fb3893ba21cf2654c83d349cc1082 (diff) |
move 3rd-party librarys into libs/ and add built-in honeysuckle
Diffstat (limited to 'libs/assimp/test/models/AMF/test5a.amf')
-rw-r--r-- | libs/assimp/test/models/AMF/test5a.amf | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/libs/assimp/test/models/AMF/test5a.amf b/libs/assimp/test/models/AMF/test5a.amf new file mode 100644 index 0000000..141ab32 --- /dev/null +++ b/libs/assimp/test/models/AMF/test5a.amf @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<amf> + <object id="1"> + <color> + <r>0.1</r> + <g>0.6</g> + <b>0.1</b> + <a>1</a> + </color> + <mesh> + <vertices> + <vertex> + <color> + <r>0.5</r> + <g>0.5</g> + <b>0</b> + <a>1</a> + </color> + <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> + <color> + <r>0.6</r> + <g>0.1</g> + <b>0.1</b> + <a>1</a> + </color> + <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> |