Skip to content

Commit cee326b

Browse files
fire an event on asset to indicate that downloading has ended and parsing is about to start
1 parent 6d4766e commit cee326b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/framework/parsers/glb-container-parser.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class GlbContainerParser {
2020
if (err) {
2121
callback(err);
2222
} else {
23+
asset.fire('parse', asset);
2324
GlbParser.parse(
2425
this._getUrlWithoutParams(url.original),
2526
path.extractPath(url.load),

0 commit comments

Comments
 (0)