1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 00:35:52 +02:00

Update env.ts

This commit is contained in:
syuilo
2026-05-03 16:21:57 +09:00
parent 9e848f3135
commit 6d94f00ecf

View File

@@ -70,6 +70,7 @@ export class SimpleEnvManager extends EnvManager<SimpleEnvOptions> {
private pillarMaterials: Record<'nw' | 'ne' | 'sw' | 'se', BABYLON.PBRMaterial> | null = null;
private ceilingMaterial: BABYLON.PBRMaterial | null = null;
private floorMaterial: BABYLON.PBRMaterial | null = null;
public envMapIndoor: BABYLON.CubeTexture | null = null;
constructor(onMeshUpdatedCallback?: ((meshes: BABYLON.AbstractMesh[]) => void) | null) {
super(onMeshUpdatedCallback);