C# 클래스 ColladaSlimDX.ColladaModel.Model.Bone

파일 보기 프로젝트 열기: vvvv/ColladaSlimDX

공개 메소드들

메소드 설명
Bone ( Model model, Bone _parent, string _name, string _nodeName, string _nodeType ) : System
GetAbsoluteTransformMatrix ( float time ) : System.Matrix
GetTransformMatrix ( float time ) : System.Matrix

비공개 메소드들

메소드 설명
Bone ( ) : System

메소드 상세

Bone() 공개 메소드

public Bone ( Model model, Bone _parent, string _name, string _nodeName, string _nodeType ) : System
model Model
_parent Bone
_name string
_nodeName string
_nodeType string
리턴 System

GetAbsoluteTransformMatrix() 공개 메소드

public GetAbsoluteTransformMatrix ( float time ) : System.Matrix
time float
리턴 System.Matrix

GetTransformMatrix() 공개 메소드

public GetTransformMatrix ( float time ) : System.Matrix
time float
리턴 System.Matrix