125 lines
3.9 KiB
Plaintext
Executable File

<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<library_geometries>
<geometry id="geom-Cube" name="Cube">
<mesh>
<source id="geom-Cube-positions">
<float_array id="geom-Cube-positions-array" count="24">
-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
-0.5 0.5 0.5
0.5 0.5 0.5
</float_array>
<technique_common>
<accessor source="#geom-Cube-positions-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="geom-Cube-normals">
<float_array id="geom-Cube-normals-array" count="72">
0 0 -1
0 0 -1
0 0 -1
0 0 -1
0 0 1
0 0 1
0 0 1
0 0 1
0 -1 0
0 -1 0
0 -1 0
0 -1 0
1 0 0
1 0 0
1 0 0
1 0 0
0 1 0
0 1 0
0 1 0
0 1 0
-1 0 0
-1 0 0
-1 0 0
-1 0 0
</float_array>
<technique_common>
<accessor source="#geom-Cube-normals-array" count="24" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="geom-Cube-map1">
<float_array id="geom-Cube-map1-array" count="36">
0 0 0
1 0 0
0 1 0
1 1 0
0 0 0
1 0 0
0 1 0
1 1 0
0 0 0
1 0 0
0 1 0
1 1 0
</float_array>
<technique_common>
<accessor source="#geom-Cube-map1-array" count="12" stride="3">
<param name="S" type="float"/>
<param name="T" type="float"/>
<param name="P" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="geom-Cube-vertices">
<input semantic="POSITION" source="#geom-Cube-positions"/>
</vertices>
<triangles material="ColorMaterial" count="12">
<input semantic="VERTEX" source="#geom-Cube-vertices" offset="0"/>
<input semantic="NORMAL" source="#geom-Cube-normals" offset="1"/>
<input semantic="TEXCOORD" source="#geom-Cube-map1" offset="2" set="0"/>
<p>
0 0 9 2 1 11 3 2 10
3 2 10 1 3 8 0 0 9
4 4 8 5 5 9 7 6 11
7 6 11 6 7 10 4 4 8
0 8 4 1 9 5 5 10 7
5 10 7 4 11 6 0 8 4
1 12 0 3 13 1 7 14 3
7 14 3 5 15 2 1 12 0
3 16 4 2 17 5 6 18 7
6 18 7 7 19 6 3 16 4
2 20 0 0 21 1 4 22 3
4 22 3 6 23 2 2 20 0
</p>
</triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="Scene">
<node id="node-Cube" name="Cube">
<instance_geometry url="#geom-Cube">
</instance_geometry>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#Scene"/>
</scene>
</COLLADA>