endset_three_editor 0.10.9 → 0.10.10

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.
@@ -5854,7 +5854,7 @@ async function wl(r, e = "edit", t, n, s, i, o) {
5854
5854
  w ? (C.scene.environment = w, C.scene.environmentIntensity = 1, console.warn("[导入] 原环境贴图不可用,已重新生成")) : console.error("[导入] 环境贴图生成失败,场景将没有 IBL 间接光照,模型会偏暗");
5855
5855
  }
5856
5856
  bi(A), A.traverse((w) => {
5857
- w.type !== "AmbientLight" && w.userData.type !== "lightHelper" && (w.userData.isMovable = !0);
5857
+ w.type !== "AmbientLight" && w.userData.type !== "lightHelper" && w.userData.type !== "initFloor" && (w.userData.isMovable = !0);
5858
5858
  const f = w.material;
5859
5859
  w.userData.isWater && f && !f.uniforms && !w.userData.waterSpeed && (w.userData.waterSpeed = { x: 5e-4, y: 5e-4 });
5860
5860
  });