@mml-io/3d-web-client-core 0.0.0-experimental-d8bb262-20250624 → 0.0.0-experimental-c32c620-20250626

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/build/index.js CHANGED
@@ -2838,7 +2838,7 @@ var MMLCompositionScene = class {
2838
2838
  getRootContainer: () => {
2839
2839
  return this.group;
2840
2840
  },
2841
- interactionShouldShowDistance(interaction) {
2841
+ interactionShouldShowDistance: (interaction) => {
2842
2842
  return ThreeJSInteractionAdapter.interactionShouldShowDistance(
2843
2843
  interaction,
2844
2844
  this.config.camera,