Skip to content

Commit 0c113b2

Browse files
authored
Add asset load event (#7803)
1 parent 485dc5f commit 0c113b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/framework/parsers/ply.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,9 @@ class PlyParser {
609609
}
610610
);
611611

612+
// allow application to process the data
613+
asset.fire('load:data', data);
614+
612615
// reorder data
613616
if (!data.isCompressed) {
614617
if (asset.data.reorder ?? true) {

0 commit comments

Comments
 (0)