@babylonjs/loaders 6.45.0 → 6.46.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -233,6 +233,7 @@ export class GLTFLoader {
233
233
  lights: this._babylonLights,
234
234
  transformNodes: this._getTransformNodes(),
235
235
  geometries: this._getGeometries(),
236
+ spriteManagers: [],
236
237
  };
237
238
  });
238
239
  });