Max3DSParser
Max3DSParser provides a parser for the 3ds data type.
Additional information:
https://en.wikipedia.org/wiki/.3ds
Inherited from ParserBase -> EventDispatcher.
Can be created using method new:
Lib.Away3D.Loaders.Parsers.Max3DSParser.new(useSmoothingGroups) |
Max3DSParser provides a parser for the 3ds data type. |
useSmoothingGroups - true/false default false |
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: Qt Help documentation made easy