fix: 光子大屏light intensity调整
This commit is contained in:
parent
f2df4ddbb0
commit
e38d1d3eef
|
@ -1301,7 +1301,7 @@ export default {
|
|||
"light",
|
||||
new BABYLON.Vector3(1, 1, 0)
|
||||
);
|
||||
light.intensity = 3;
|
||||
light.intensity = 1.5;
|
||||
// 全屏GUI
|
||||
const advancedTexture =
|
||||
BABYLON_GUI.AdvancedDynamicTexture.CreateFullscreenUI(
|
||||
|
|
Loading…
Reference in New Issue