Hello,
When i load in a 3ds model with the latest source of away3d that contains groups i get this error:
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
And it points to:
if (obj.type == AssetType.MESH) {
In the file:
Max3DSParser.as
Full error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at away3d.loaders.parsers::Max3DSParser/constructObject()[C:UsersMichelDesktopaway3dsrcaway3dloadersparsersMax3DSParser.as:448]
at away3d.loaders.parsers::Max3DSParser/parseObjectAnimation()[C:UsersMichelDesktopaway3dsrcaway3dloadersparsersMax3DSParser.as:438]
at away3d.loaders.parsers::Max3DSParser/proceedParsing()[C:UsersMichelDesktopaway3dsrcaway3dloadersparsersMax3DSParser.as:184]
at away3d.loaders.parsers::ParserBase/onInterval()[C:UsersMichelDesktopaway3dsrcaway3dloadersparsersParserBase.as:305]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()