Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iberezansky

    (@iberezansky)

    I guess, the reason is the low resolution of the shadow:

    this.light.shadow.mapSize.x = 512;
    this.light.shadow.mapSize.y = 512;
    Thread Starter James Monroe

    (@jhmonroe)

    @iberezansky i tried adding this to the ready function and changing to 1024 and stripes still appear. is this not correct?

    function ready(scene) {
    this.light.shadow.mapSize.x = 1024;
    this.light.shadow.mapSize.y = 1024;
    } ready

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.