Created
April 29, 2013 22:03
-
-
Save severin-lemaignan/5485162 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1"> | |
<asset> | |
<contributor> | |
<author>Blender User</author> | |
<authoring_tool>Blender 2.66.1 r55078</authoring_tool> | |
</contributor> | |
<created>2013-04-25T16:03:12</created> | |
<modified>2013-04-25T16:03:12</modified> | |
<unit name="meter" meter="1"/> | |
<up_axis>Z_UP</up_axis> | |
</asset> | |
<library_images/> | |
<library_geometries> | |
<geometry id="Plane-mesh" name="Plane"> | |
<mesh> | |
<source id="Plane-mesh-positions"> | |
<float_array id="Plane-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array> | |
<technique_common> | |
<accessor source="#Plane-mesh-positions-array" count="4" stride="3"> | |
<param name="X" type="float"/> | |
<param name="Y" type="float"/> | |
<param name="Z" type="float"/> | |
</accessor> | |
</technique_common> | |
</source> | |
<source id="Plane-mesh-normals"> | |
<float_array id="Plane-mesh-normals-array" count="3">0 0 1</float_array> | |
<technique_common> | |
<accessor source="#Plane-mesh-normals-array" count="1" stride="3"> | |
<param name="X" type="float"/> | |
<param name="Y" type="float"/> | |
<param name="Z" type="float"/> | |
</accessor> | |
</technique_common> | |
</source> | |
<source id="Plane-mesh-map-0"> | |
<float_array id="Plane-mesh-map-0-array" count="8">0 0 1 0 1 1 0 1</float_array> | |
<technique_common> | |
<accessor source="#Plane-mesh-map-0-array" count="4" stride="2"> | |
<param name="S" type="float"/> | |
<param name="T" type="float"/> | |
</accessor> | |
</technique_common> | |
</source> | |
<vertices id="Plane-mesh-vertices"> | |
<input semantic="POSITION" source="#Plane-mesh-positions"/> | |
</vertices> | |
<polylist count="1"> | |
<input semantic="VERTEX" source="#Plane-mesh-vertices" offset="0"/> | |
<input semantic="NORMAL" source="#Plane-mesh-normals" offset="1"/> | |
<input semantic="TEXCOORD" source="#Plane-mesh-map-0" offset="2" set="0"/> | |
<vcount>4 </vcount> | |
<p>1 0 0 0 0 1 2 0 2 3 0 3</p> | |
</polylist> | |
</mesh> | |
<extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra> | |
</geometry> | |
</library_geometries> | |
<library_controllers/> | |
<library_visual_scenes> | |
<visual_scene id="Scene" name="Scene"> | |
<node id="testplane" name="testplane" type="NODE"> | |
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix> | |
<instance_geometry url="#Plane-mesh"/> | |
</node> | |
</visual_scene> | |
</library_visual_scenes> | |
<scene> | |
<instance_visual_scene url="#Scene"/> | |
</scene> | |
</COLLADA> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment