C# Class DatDigger.Sections.Animation.SpuCurveLoader

Datei anzeigen Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
LoadCurves ( BinaryReaderEx reader, SpuBinary spuBinary ) : void

Private Methods

Method Description
AddCurveToBone ( AnimatedBone bones, int boneId, Curves curve ) : void
CreateBoneArray ( int numBones ) : DatDigger.Sections.Animation.AnimatedBone[]
CreateCompressedLinearCurve ( BinaryReaderEx reader, AnimatedComponent component, short count ) : Curves.LinearCurve
CreateConstantCurve ( BinaryReaderEx reader, AnimatedComponent component, short count ) : Curves.ConstantCurve
CreateQuaternionCurve ( BinaryReaderEx reader, short count ) : Curves.QuaternionCurve
CreateUncompressedLinearCurve ( BinaryReaderEx reader, AnimatedComponent component, short count ) : Curves.LinearCurve
DetermineAnimatedComponent ( short type ) : AnimatedComponent

Method Details

LoadCurves() public static method

public static LoadCurves ( BinaryReaderEx reader, SpuBinary spuBinary ) : void
reader BinaryReaderEx
spuBinary SpuBinary
return void