MD5AnimParser provides a parser for the md5anim data type, providing an animation sequence for the md5 format.

Additional information:

https://modwiki.dhewm3.org/MD5_(file_format)

http://tfc.duke.free.fr/coding/md5-specs-en.html


Inherited from ParserBase -> EventDispatcher.


Can be created using method new:

Lib.Away3D.Loaders.Parsers.MD5AnimParser.new(additionalRotationAxis, additionalRotationRadians)

Creates a new MD5AnimParser object.

additionalRotationAxis - Vector3D, default nil

additionalRotationRadians - Number, default 0


Created object has methods

supportsType(extension)

Indicates whether or not a given file extension is supported by the parser.

Returns whether or not the given file type is supported. true/false

extension - String, The file extension of a potential file to be parsed.

supportsData(data)

Tests whether a data block can be parsed by the parser.

Returns whether or not the given data is supported. true/false

data - The data block to potentially be parsed.


Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool