mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
scale intensity
This commit is contained in:
parent
3db0b8a1fd
commit
83daf43f49
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue