joints
-
Introduction
- joint 노드와 attribute data를 연관지어 정의.
-
Concepts
- attribute data에 대한 joint 또는 skeleton, node들의 연관성. COLLADA에서 이것은 skeleton의 각각의 joint (infuluence)의 역행렬로 정의 된다.
-
Related Elements
- parent elements : skin
-
Child Elements
-
<input> (unshared)
- 적어도 한개의 JOINT 시맨틱을 가진 <input> 엘리먼트가 필요하다.
- 반드시 joint node들을 식별하는 SID인 <Name_array>를 가지는 JOINT 시맨틱 input의 <source>를 참조한다. SID들은 IDREF 대신에 각각의 인스턴스들이 독립적으로 애니메이션 할 수 있는 skin controller를 허가하는데 사용되고 곱하기 연산으로 Instantiated 한다.
- <extra>
-
-
Example
-
Here is an example of a <joints> element that associates joints and their bind positions:
<skin source="#geometry_mesh">
<joints>
<input semantic="JOINT" source="#joints"/>
<input semantic="INV_BIND_MATRIX" source="#inv-bind-matrices"/>
</joints>
</skin>
-
이 글은 스프링노트에서 작성되었습니다.
'COLLADA Specification' 카테고리의 다른 글
[COLLADA 2.0 Controller] skeleton (0) | 2010.11.09 |
---|---|
[COLLADA 2.0 Controller] library_controllers (0) | 2010.11.09 |
[COLLADA 2.0 Controller] instance_controller (0) | 2010.11.09 |
[COLLADA 2.0 Controller] controller (0) | 2010.11.09 |
[COLLADA 2.0 Animation] sampler (0) | 2010.10.13 |