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 70d07d4 commit e4324dcCopy full SHA for e4324dc
src/renderers/WebGLRenderer.js
@@ -1169,7 +1169,7 @@ THREE.WebGLRenderer = function ( parameters ) {
1169
1170
} else if ( background instanceof THREE.CubeTexture ) {
1171
1172
- backgroundCamera2.projectionMatrix = camera.projectionMatrix;
+ backgroundCamera2.projectionMatrix.copy( camera.projectionMatrix );
1173
1174
backgroundCamera2.matrixWorld.extractRotation( camera.matrixWorld );
1175
backgroundCamera2.matrixWorldInverse.getInverse( backgroundCamera2.matrixWorld );
0 commit comments