C# Class LOLFileReader.ANMReader

Afficher le fichier Open project: utensil/lolmodelviewer

Méthodes publiques

Méthode Description
Read ( IFileEntry file, ANMFile &data, Logger logger ) : bool

Read in binary .anm file from RAF.

Private Methods

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

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
Résultat bool