Update lobby.ts

This commit is contained in:
syuilo
2026-08-01 12:24:58 +09:00
parent 16cc6ff818
commit 43df3ea183
@@ -582,6 +582,7 @@ export class LobbyEnvManager extends WorldEnvManager {
(decoPanel.material as BABYLON.StandardMaterial).emissiveColor = new BABYLON.Color3(1, 1, 1);
(decoPanel.material as BABYLON.StandardMaterial).disableLighting = true;
(decoPanel.material as BABYLON.StandardMaterial).useAlphaFromDiffuseTexture = true;
(decoPanel.material as BABYLON.StandardMaterial).backFaceCulling = false;
const screenMeshes = this.meshes.filter(m => m.name.includes('__SCREEN__'));
const screenMaterial = screenMeshes[0].material as BABYLON.PBRMaterial;