* Fix setting focal length in effects_anaglyphy example * Update * Remove instead
@@ -53,7 +53,6 @@
camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 0.01, 100 );
camera.position.z = 3;
- camera.focalLength = 3;
const path = 'textures/cube/pisa/';
const format = '.png';
@@ -54,7 +54,6 @@