Advertisement
Guest User

Untitled

a guest
Jun 28th, 2012
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
  3.     <asset>
  4.         <contributor>
  5.             <author>VCGLab</author>
  6.             <authoring_tool>VCGLib | MeshLab</authoring_tool>
  7.         </contributor>
  8.         <up_axis>Y_UP</up_axis>
  9.         <created>Tue Jun 26 16:47:19 2012</created>
  10.         <modified>Tue Jun 26 16:47:19 2012</modified>
  11.     </asset>
  12.     <library_images/>
  13.     <library_materials/>
  14.     <library_effects/>
  15.     <library_geometries>
  16.         <geometry id="shape0-lib" name="shape0">
  17.             <mesh>
  18.                 <source id="shape0-lib-positions" name="position">
  19.                     <float_array id="shape0-lib-positions-array" count="1781391">...snip...</float_array>
  20.                     <technique_common>
  21.                         <accessor count="593797" source="#shape0-lib-positions-array" stride="3">
  22.                             <param name="X" type="float"/>
  23.                             <param name="Y" type="float"/>
  24.                             <param name="Z" type="float"/>
  25.                         </accessor>
  26.                     </technique_common>
  27.                 </source>
  28.                 <source id="shape0-lib-normals" name="normal">
  29.                     <float_array id="shape0-lib-normals-array" count="0"/>
  30.                     <technique_common>
  31.                         <accessor count="0" source="#shape0-lib-normals-array" stride="3">
  32.                             <param name="X" type="float"/>
  33.                             <param name="Y" type="float"/>
  34.                             <param name="Z" type="float"/>
  35.                         </accessor>
  36.                     </technique_common>
  37.                 </source>
  38.                 <vertices id="shape0-lib-vertices">
  39.                     <input semantic="POSITION" source="#shape0-lib-positions"/>
  40.                 </vertices>
  41.                 <triangles count="0">
  42.                     <input offset="0" semantic="VERTEX" source="#shape0-lib-vertices"/>
  43.                     <input offset="1" semantic="NORMAL" source="#shape0-lib-normals"/>
  44.                     <p/>
  45.                 </triangles>
  46.             </mesh>
  47.         </geometry>
  48.     </library_geometries>
  49.     <library_visual_scenes>
  50.         <visual_scene id="VisualSceneNode" name="VisualScene">
  51.             <node id="node" name="node">
  52.                 <instance_geometry url="#shape0-lib">
  53.                     <bind_material>
  54.                         <technique_common/>
  55.                     </bind_material>
  56.                 </instance_geometry>
  57.             </node>
  58.         </visual_scene>
  59.     </library_visual_scenes>
  60.     <scene>
  61.         <instance_visual_scene url="#VisualSceneNode"/>
  62.     </scene>
  63. </COLLADA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement