C# 클래스 DatDigger.Sections.Animation.SpuCurveLoader

파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

공개 메소드들

메소드 설명
LoadCurves ( BinaryReaderEx reader, SpuBinary spuBinary ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

LoadCurves() 공개 정적인 메소드

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