C# Class ModelViewer.Renderer.SkeletonExtension

Inheritance: ISkeleton
Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BoneNamesToIds ( List boneNames ) : int[]
boneNames List
Résultat int[]

CalculateJointMatrices() public méthode

public CalculateJointMatrices ( ) : void
Résultat void

GetBoneById() public méthode

public GetBoneById ( int id ) : Bone
id int
Résultat Bone

GetBoneId() public méthode

public GetBoneId ( string boneName ) : int
boneName string
Résultat int

LoadBones() public méthode

public LoadBones ( DatDigger skeleton ) : void
skeleton DatDigger
Résultat void

LoadMatrices() public méthode

public LoadMatrices ( int boneList ) : void
boneList int
Résultat void

SkeletonExtension() public méthode

public SkeletonExtension ( ISkeleton extendingFrame, ISkeleton baseFrame ) : System
extendingFrame ISkeleton
baseFrame ISkeleton
Résultat System