mx3d 2024.12.5 → 2025.3.21

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/index.d.ts CHANGED
@@ -814,6 +814,7 @@ declare module 'mx3d' {
814
814
  baseModel: baseModel;
815
815
  customNumber: string;
816
816
  customType: string;
817
+ autoSight: boolean;
817
818
  Sight: Sight;
818
819
  instance: Runtime.Mesh | Runtime.InstancedMesh;
819
820
  position: Runtime.Vector3;