We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563e460 commit 773ad6dCopy full SHA for 773ad6d
1 file changed
examples/misc_lookat.html
@@ -68,7 +68,7 @@
68
scene.add( sphere );
69
70
var geometry = new THREE.CylinderGeometry( 0, 10, 100, 3 );
71
- geometry.applyMatrix( new THREE.Matrix4().makeRotationFromEuler( new THREE.Vector3( Math.PI / 2, Math.PI, 0 ) ) );
+ geometry.applyMatrix( new THREE.Matrix4().makeRotationFromEuler( new THREE.Euler( Math.PI / 2, Math.PI, 0 ) ) );
72
73
var material = new THREE.MeshNormalMaterial();
74
0 commit comments