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 ced66da commit a04911eCopy full SHA for a04911e
editor/js/Menubar.Add.js
@@ -380,7 +380,7 @@ Menubar.Add = function ( editor ) {
380
option.setTextContent( strings.getKey( 'menubar/add/perspectivecamera' ) );
381
option.onClick( function () {
382
383
- var camera = new THREE.PerspectiveCamera( 50, 1, 1, 10000 );
+ var camera = new THREE.PerspectiveCamera();
384
camera.name = 'PerspectiveCamera';
385
386
editor.execute( new AddObjectCommand( camera ) );
0 commit comments