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

scale intensity

This commit is contained in:
syuilo
2026-04-15 09:01:59 +09:00
parent 3db0b8a1fd
commit 83daf43f49

View File

@@ -1595,7 +1595,7 @@ export class RoomEngine extends EventEmitter<RoomEngineEvents> {
}
private turnOnRoomLight() {
this.roomLight.intensity = 100000;
this.roomLight.intensity = 10 * WORLD_SCALE * WORLD_SCALE;
this.envMapIndoor.level = 0.6;
}