Development for Collada[edit]

構造[edit]

全体[edit]

<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
   <asset />
   <library_images />
   <library_effects />
   <library_materials />
   <library_geometries />
   <library_effects />
   <library_physics_models />
   <library_physics_scenes />
   <library_controllers>
   <library_visual_scenes />
   <scene />
</COLLADA>

library_geometries[edit]

   <library_geometries>
       <geometry id="Leg-mesh" name="Leg">
           <mesh>
               <source id="Leg-mesh-positions">
                   <float_array id="Leg-mesh-positions-array" count="3783">
                       0.2856968 -0.05897897 0.08308792 .......
                   </float_array>
                   <technique_common>
                       <accessor source="#Leg-mesh-positions-array" count="1261" stride="3">
                           <param name="X" type="float"/>
                           <param name="Y" type="float"/>
                           <param name="Z" type="float"/>
                       </accessor>
                   </technique_common>
               </source>

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS