-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I use a Loader3D Instance to parse loaded Models.
_circuitParser = new OBJParser();
_circuitParser.addEventListener(ParserEvent.PARSE_COMPLETE, onResourceParserComplete);
_circuitLoader = new Loader3D(false);
_circuitLoader.parseData(_raceDTO.modelsDTO.circuitAsObj, _circuitParser, assetContext);
At onResourceParserComplete I tried to apply Materials on Meshes from _circuitLoader but only if I run DEBUG Mode Meshes are found.
Question: Are there any plans in future, for using OBJParser with recently loaded Models by a Framework?
Metadata
Metadata
Assignees
Labels
No labels