mbt-3d 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -717,6 +717,7 @@ export declare interface RendererConfig {
717
717
  * @param contactShadows.position - Shadow position as [x, y, z]. Example: `[0, -1, 0]`. Default: `[0, -1, 0]`
718
718
  * @param contactShadows.opacity - Shadow opacity (0-1). Example: `0.5`. Default: `0.5`
719
719
  * @param contactShadows.blur - Shadow blur amount. Example: `2`. Default: `2`
720
+ * @param showLoadingOverlay - Show loading overlay while assets are loading. Default: `true`
720
721
  * @param style - Container style object. Example: `{ width: 400, height: 500 }`
721
722
  * @param className - Container CSS class name
722
723
  *