COLLADA Specification2010. 11. 9. 21:34
library_controllers
  • Introduction

    • <controller> elements에 library를 공급한다.

 

  • Concepts

    •  data들이 더 커지고 복잡해짐으로, 단일 container 안에서는 조작이 어려워 졌다. 한번의 접근으로 이러한 복잡하게 분할된 데이터를 어떠한 기준에 따라 작은 조각의 조직으로 다룬다. 이러한 modular pieces는 libraries 처럼 분할된 리소스로 저장 될 수 있다.

 

  • Attributes

    • id      xs:ID
    • name      xs:token

 

  • Related Elements

    • Parent elements   :   COLLADA
    • Child Elements

      •  <asset>
      • <controller>
      • <extra>

 

  • Example

    •  Here is an example of a <library_controllers> lement:

      <library_controllers>

      <controller>

      <skin source="#geometry_mesh">

      ...

      </skin>

      </controller>

      </library_controllers>

이 글은 스프링노트에서 작성되었습니다.

Posted by BLUE-NOTE