@gamelearn/arcade-components 3.21.9 → 3.21.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.
|
@@ -816,8 +816,8 @@ function LightSet() {
|
|
|
816
816
|
{
|
|
817
817
|
position: [-5.07, 17.13, 3.19],
|
|
818
818
|
color: "#ffd485",
|
|
819
|
-
intensity:
|
|
820
|
-
power:
|
|
819
|
+
intensity: 3,
|
|
820
|
+
power: 38,
|
|
821
821
|
distance: 0,
|
|
822
822
|
decay: 1,
|
|
823
823
|
castShadow: !0,
|
|
@@ -829,15 +829,15 @@ function LightSet() {
|
|
|
829
829
|
{
|
|
830
830
|
position: [8.95, 18.37, -1.97],
|
|
831
831
|
color: "#99caff",
|
|
832
|
-
intensity:
|
|
833
|
-
power:
|
|
832
|
+
intensity: 3,
|
|
833
|
+
power: 38,
|
|
834
834
|
distance: 0,
|
|
835
835
|
decay: 1,
|
|
836
836
|
"shadow-bias": -2e-3
|
|
837
837
|
}
|
|
838
838
|
),
|
|
839
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("hemisphereLight", { color: "#e2f9ff", groundColor: "#a274b0", intensity:
|
|
840
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("directionalLight", { position: [-10.49, 21.84, 9.96], color: "#ffd485", intensity: 1.
|
|
839
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("hemisphereLight", { color: "#e2f9ff", groundColor: "#a274b0", intensity: 1.8, position: [0, 500, 0] }),
|
|
840
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("directionalLight", { position: [-10.49, 21.84, 9.96], color: "#ffd485", intensity: 1.8 })
|
|
841
841
|
] });
|
|
842
842
|
}
|
|
843
843
|
function Item$1(l) {
|