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 8b7a1e1 commit 6b7ca21Copy full SHA for 6b7ca21
src/extras/helpers/CameraHelper.js
@@ -94,7 +94,7 @@ THREE.CameraHelper = function ( camera ) {
94
THREE.LineSegments.call( this, geometry, material );
95
96
this.camera = camera;
97
- this.camera.updateProjectionMatrix();
+ if( this.camera.updateProjectionMatrix ) this.camera.updateProjectionMatrix();
98
99
this.matrix = camera.matrixWorld;
100
this.matrixAutoUpdate = false;
0 commit comments