C# Class LOLFileReader.ANMReader

ファイルを表示 Open project: utensil/lolmodelviewer

Public Methods

Method Description
Read ( IFileEntry file, ANMFile &data, Logger logger ) : bool

Read in binary .anm file from RAF.

Private Methods

Method Description
LookUpQuaternion ( Int32 id, List quaternions ) : float[]
LookUpVector ( Int32 id, List vectors ) : float[]
ReadBinary ( MemoryStream input, ANMFile &data, Logger logger ) : bool
ReadData ( BinaryReader file, ANMFile &data, Logger logger ) : bool
RemoveAnimationNamePadding ( String s ) : String

Method Details

Read() public static method

Read in binary .anm file from RAF.
public static Read ( IFileEntry file, ANMFile &data, Logger logger ) : bool
file IFileEntry The file.
data ANMFile The contents of the file are stored in here.
logger Logger
return bool