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.
ArrayCamera
1 parent 7e300eb commit 60e27acCopy full SHA for 60e27ac
src/renderers/common/Renderer.js
@@ -2622,6 +2622,7 @@ class Renderer {
2622
viewportValue.copy( vp ).multiplyScalar( this._pixelRatio ).floor();
2623
viewportValue.minDepth = minDepth;
2624
viewportValue.maxDepth = maxDepth;
2625
+ this._currentRenderContext.viewport = true;
2626
2627
this.backend.updateViewport( this._currentRenderContext );
2628
test/e2e/puppeteer.js
@@ -131,7 +131,6 @@ const exceptionList = [
131
132
// WebGPURenderer: Unknown problem
133
'webgpu_backdrop_water',
134
- 'webgpu_camera_array',
135
'webgpu_camera_logarithmicdepthbuffer',
136
'webgpu_clipping',
137
'webgpu_lightprobe_cubecamera',
0 commit comments