C# Class ModelViewer.Renderer.SkeletonExtension

Inheritance: ISkeleton
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
BoneNamesToIds ( List boneNames ) : int[]
CalculateJointMatrices ( ) : void
GetBoneById ( int id ) : Bone
GetBoneId ( string boneName ) : int
LoadBones ( DatDigger skeleton ) : void
LoadMatrices ( int boneList ) : void
SkeletonExtension ( ISkeleton extendingFrame, ISkeleton baseFrame ) : System

Method Details

BoneNamesToIds() public method

public BoneNamesToIds ( List boneNames ) : int[]
boneNames List
return int[]

CalculateJointMatrices() public method

public CalculateJointMatrices ( ) : void
return void

GetBoneById() public method

public GetBoneById ( int id ) : Bone
id int
return Bone

GetBoneId() public method

public GetBoneId ( string boneName ) : int
boneName string
return int

LoadBones() public method

public LoadBones ( DatDigger skeleton ) : void
skeleton DatDigger
return void

LoadMatrices() public method

public LoadMatrices ( int boneList ) : void
boneList int
return void

SkeletonExtension() public method

public SkeletonExtension ( ISkeleton extendingFrame, ISkeleton baseFrame ) : System
extendingFrame ISkeleton
baseFrame ISkeleton
return System