1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 05:35:19 +02:00
This commit is contained in:
syuilo
2026-02-21 18:09:37 +09:00
parent 8bdf773a2b
commit 402dd538bf
9 changed files with 45 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ export class RoomEngine {
this.shadowGenerator1.forceBackFacesOnly = true;
this.shadowGenerator1.bias = 0.0001;
this.shadowGenerator1.usePercentageCloserFiltering = true;
this.shadowGenerator1.filteringQuality = BABYLON.ShadowGenerator.QUALITY_HIGH;
//this.shadowGenerator1.useContactHardeningShadow = true;
const sunLight = new BABYLON.DirectionalLight('sunLight', new BABYLON.Vector3(0.2, -1, -1), this.scene);