endset_three_editor 0.8.7 → 0.8.8

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.
@@ -1938,7 +1938,7 @@ function jo() {
1938
1938
  a.position.y = -3.5;
1939
1939
  const e = new P.BoxGeometry();
1940
1940
  e.deleteAttribute("uv");
1941
- const t = new P.MeshStandardMaterial({ side: P.BackSide }), n = new P.PointLight(16777215, 1300, 28, 2);
1941
+ const t = new P.MeshStandardMaterial({ side: P.BackSide }), n = new P.PointLight(16777215, 900, 28, 2);
1942
1942
  n.position.set(0.418, 16.199, 0.3), a.add(n);
1943
1943
  const s = new P.Mesh(e, t);
1944
1944
  s.position.set(-0.757, 13.219, 0.717), s.scale.set(31.713, 28.305, 28.591), a.add(s);
@@ -1951,17 +1951,17 @@ function jo() {
1951
1951
  emissiveIntensity: f
1952
1952
  });
1953
1953
  }
1954
- const c = new P.Mesh(e, l(75));
1954
+ const c = new P.Mesh(e, l(50));
1955
1955
  c.position.set(-16.116, 14.37, 8.208), c.scale.set(0.1, 2.428, 2.739), a.add(c);
1956
- const h = new P.Mesh(e, l(75));
1956
+ const h = new P.Mesh(e, l(50));
1957
1957
  h.position.set(-16.109, 18.021, -8.207), h.scale.set(0.1, 2.425, 2.751), a.add(h);
1958
- const d = new P.Mesh(e, l(26));
1958
+ const d = new P.Mesh(e, l(17));
1959
1959
  d.position.set(14.904, 12.198, -1.832), d.scale.set(0.15, 4.265, 6.331), a.add(d);
1960
- const A = new P.Mesh(e, l(65));
1960
+ const A = new P.Mesh(e, l(43));
1961
1961
  A.position.set(-0.462, 8.89, 14.52), A.scale.set(4.38, 5.441, 0.088), a.add(A);
1962
- const y = new P.Mesh(e, l(30));
1962
+ const y = new P.Mesh(e, l(20));
1963
1963
  y.position.set(3.235, 11.486, -12.541), y.scale.set(2.5, 2, 0.1), a.add(y);
1964
- const I = new P.Mesh(e, l(150));
1964
+ const I = new P.Mesh(e, l(100));
1965
1965
  return I.position.set(0, 20, 0), I.scale.set(1, 0.1, 1), a.add(I), a;
1966
1966
  }
1967
1967
  function vn(a) {
@@ -2015,7 +2015,7 @@ function Fo() {
2015
2015
  }
2016
2016
  function zo() {
2017
2017
  const a = Fo(), e = new P.WebGLRenderer({ antialias: !0, alpha: !0 });
2018
- e.setSize(C.container.clientWidth, C.container.clientHeight), e.setPixelRatio(a), e.toneMapping = P.NoToneMapping, e.toneMappingExposure = 1, console.log(
2018
+ e.setSize(C.container.clientWidth, C.container.clientHeight), e.setPixelRatio(a), e.toneMapping = P.NeutralToneMapping, e.toneMappingExposure = 1, console.log(
2019
2019
  `[Renderer] css=${C.container.clientWidth}×${C.container.clientHeight}, dpr=${window.devicePixelRatio}, targetRatio=${a}, antialias=true`
2020
2020
  ), C.container.appendChild(e.domElement), C.renderer = e;
2021
2021
  }
@@ -2032,7 +2032,7 @@ function Go() {
2032
2032
  function Uo() {
2033
2033
  if (C.scene = new P.Scene(), C.scene.name = "sl_scene", C.renderer) {
2034
2034
  const a = vn(C.renderer);
2035
- a && (C.scene.environment = a, C.scene.environmentIntensity = 0.4);
2035
+ a && (C.scene.environment = a, C.scene.environmentIntensity = 1);
2036
2036
  }
2037
2037
  }
2038
2038
  function Bo() {
@@ -2473,7 +2473,7 @@ function Aa(a, e = "edit", t, n, s) {
2473
2473
  C.scene.environment = y;
2474
2474
  else if (C.renderer) {
2475
2475
  const I = vn(C.renderer);
2476
- I && (C.scene.environment = I, C.scene.environmentIntensity = 0.4);
2476
+ I && (C.scene.environment = I, C.scene.environmentIntensity = 1);
2477
2477
  }
2478
2478
  } else
2479
2479
  (c = C.scene) == null || c.add(r);