MD5MeshParser
MD5MeshParser provides a parser for the md5mesh data type, providing the geometry of the md5 format.
Additional information: http://tfc.duke.free.fr/coding/md5-specs-en.html
Inherited from ParserBase -> EventDispatcher.
Can be created using method new:
Lib.Away3D.Loaders.Parsers.MD5MeshParser.new(additionalRotationAxis, additionalRotationRadians) |
Creates a new MD5MeshParser 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: Easily create EBooks