N8python/n8ao

Hi, I just found out when open halfRes with true, the ao in map also have some same problem....

Closed this issue · 5 comments

        this.n8ao = new N8AOPass(this.scene, this.camera, this.width, this.height);
        this.n8ao.configuration.gammaCorrection = true;
        this.n8ao.configuration.halfRes = true;
        this.composer.addPass(this.n8ao);
image

I'm not sure what you mean from that one image...

I'm not sure what you mean from that one image...

The old problem on #14, But this time it happened when i set "halfRes" with TRUE

Try version 1.6.8.

That should work.

That should work.

yes!!! it works, thank you