mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-04 00:44:22 +02:00
Update engine.ts
This commit is contained in:
@@ -707,6 +707,7 @@ export class RoomEngine {
|
|||||||
await this.loadRoomModel();
|
await this.loadRoomModel();
|
||||||
await this.loadEnvModel();
|
await this.loadEnvModel();
|
||||||
// beamLampがあるとなぜかclustered lightがエラーになる
|
// beamLampがあるとなぜかclustered lightがエラーになる
|
||||||
|
// https://forum.babylonjs.com/t/anisotropy-with-clusteredlightcontainer-bug/63040
|
||||||
await Promise.all(this.roomState.installedObjects.filter(o => o.type !== 'beamLamp').map(o => this.loadObject({
|
await Promise.all(this.roomState.installedObjects.filter(o => o.type !== 'beamLamp').map(o => this.loadObject({
|
||||||
id: o.id,
|
id: o.id,
|
||||||
type: o.type,
|
type: o.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user