colladaのフォーマットについて

  • polygonsタグに頂点やnormalがまとめて入っている
        <polygons count="5" material="#Blue">
          <input semantic="VERTEX" source="#box-Vtx" idx="0"/>
          <input semantic="NORMAL" source="#box-0-Normal" idx="1"/>
          <p>0 0 1 1 5 2 4 3</p>

この場合、

頂点インデクス1 normalインデクス1 頂点インデクス2 normalインデクス2 ...
となる

  • inputタグのsource属性がarrayタグと関連づいている。