N8python / n8ao

An efficient and visually pleasing implementation of SSAO with an emphasis on temporal stability and artist control.
Creative Commons Zero v1.0 Universal
371 stars 13 forks source link

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

Closed liuyehua closed 1 year ago

liuyehua commented 1 year ago
        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
N8python commented 1 year ago

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

liuyehua commented 1 year ago

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

The old problem on https://github.com/N8python/n8ao/issues/14, But this time it happened when i set "halfRes" with TRUE

N8python commented 1 year ago

Try version 1.6.8.

N8python commented 1 year ago

That should work.

liuyehua commented 1 year ago

That should work.

yes!!! it works, thank you