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 dff7625 commit cb3f1d1Copy full SHA for cb3f1d1
libs2/vts-browser.js
@@ -48652,9 +48652,9 @@ ThreeDevice.prototype.finishRender = function(options) {
48652
if (this.renderer.core.map.draw.drawChannel == 1) {
48653
this.scene.background = new THREE.Color( 0xffffff );
48654
this.gpu2.setRenderTarget( this.textureRenderTarget );
48655
- this.gpu2.models2.visible = false;
+ this.models2.visible = false;
48656
this.gpu2.render( this.scene, this.camera2 );
48657
- this.gpu2.models2.visible = true;
+ this.models2.visible = true;
48658
this.gpu2.setRenderTarget( null );
48659
return;
48660
}
0 commit comments