diff options
Diffstat (limited to 'libs/assimp/test/models/AMF/test9.amf')
-rw-r--r-- | libs/assimp/test/models/AMF/test9.amf | 180 |
1 files changed, 0 insertions, 180 deletions
diff --git a/libs/assimp/test/models/AMF/test9.amf b/libs/assimp/test/models/AMF/test9.amf deleted file mode 100644 index 00140ae..0000000 --- a/libs/assimp/test/models/AMF/test9.amf +++ /dev/null @@ -1,180 +0,0 @@ -<?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> - <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> - <color> - <r>0.0</r> - <g>0.0</g> - <b>1</b> - <a>1</a> - </color> - <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> - <volume> - <triangle> - <v1>0</v1> - <v2>2</v2> - <v3>1</v3> - </triangle> - <triangle> - <v1>0</v1> - <v2>4</v2> - <v3>2</v3> - </triangle> - <triangle> - <v1>1</v1> - <v2>2</v2> - <v3>4</v3> - </triangle> - <triangle> - <v1>0</v1> - <v2>1</v2> - <v3>4</v3> - </triangle> - </volume> - </mesh> - </object> - <constellation id="2"> - <instance objectid="1"> - <deltax>-5</deltax> - <deltay>0</deltay> - <deltaz>0</deltaz> - <rx>-45</rx> - <ry>0</ry> - <rz>0</rz> - </instance> - <instance objectid="1"> - <deltax>5</deltax> - <deltay>0</deltay> - <deltaz>0</deltaz> - <rx>45</rx> - <ry>0</ry> - <rz>0</rz> - </instance> - <instance objectid="1"> - <deltax>0</deltax> - <deltay>-5</deltay> - <deltaz>0</deltaz> - <rx>0</rx> - <ry>-45</ry> - <rz>0</rz> - </instance> - <instance objectid="1"> - <deltax>0</deltax> - <deltay>5</deltay> - <deltaz>0</deltaz> - <rx>0</rx> - <ry>45</ry> - <rz>0</rz> - </instance> - <instance objectid="1"> - <deltax>0</deltax> - <deltay>0</deltay> - <deltaz>-5</deltaz> - <rx>0</rx> - <ry>0</ry> - <rz>-45</rz> - </instance> - <instance objectid="1"> - <deltax>0</deltax> - <deltay>0</deltay> - <deltaz>5</deltaz> - <rx>0</rx> - <ry>0</ry> - <rz>45</rz> - </instance> - </constellation> - <constellation id="3"> - <instance objectid="2"> - <deltax>-20</deltax> - <deltay>0</deltay> - <deltaz>0</deltaz> - <rx>-20</rx> - <ry>0</ry> - <rz>0</rz> - </instance> - <instance objectid="2"> - <deltax>20</deltax> - <deltay>0</deltay> - <deltaz>0</deltaz> - <rx>20</rx> - <ry>0</ry> - <rz>0</rz> - </instance> - </constellation> -</amf> |