dev #10

Merged
ksenia_mikhailova merged 46 commits from dev into main 2024-07-24 12:58:58 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3a5df5dae4 - Show all commits

View File

@ -18,7 +18,7 @@ function shadows_and_pos(scene: any) {
el.castShadow = true
if (el.isPointLight) {
el.shadow.bias = -0.01
const k = 8
const k = 6
el.shadow.mapSize = new Vector2(512 * k, 512 * k)
}
shadows_and_pos(el)