We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866c8f commit f7a37b3Copy full SHA for f7a37b3
examples/jsm/postprocessing/GTAOPass.js
@@ -653,8 +653,6 @@ class GTAOPass extends Pass {
653
const scene = this.scene;
654
const cache = this._visibilityCache;
655
656
- cache.length = 0;
657
-
658
scene.traverse( function ( object ) {
659
660
if ( ( object.isPoints || object.isLine || object.isLine2 ) && object.visible ) {
0 commit comments