This commit is contained in:
syuilo
2026-08-01 14:16:16 +09:00
parent 9f5a642a61
commit 96f99caf3a
3 changed files with 1 additions and 0 deletions
@@ -583,6 +583,7 @@ export class LobbyEnvManager extends WorldEnvManager {
(decoPanel.material as BABYLON.StandardMaterial).disableLighting = true;
(decoPanel.material as BABYLON.StandardMaterial).useAlphaFromDiffuseTexture = true;
(decoPanel.material as BABYLON.StandardMaterial).backFaceCulling = false;
this.engine.gl!.addExcludedMesh(decoPanel);
const screenMeshes = this.meshes.filter(m => m.name.includes('__SCREEN__'));
const screenMaterial = screenMeshes[0].material as BABYLON.PBRMaterial;
Binary file not shown.