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