Class: CameraGui

CameraGui~CameraGui(camera, options, guiopt)

new CameraGui(camera, options, guiopt)

Camera settings graphical user interface
Parameters:
Name Type Attributes Description
camera THREE.PerspectiveCamera PerspectiveCamera
options Options See the options parameter of the MyThree class. The following options are available.
Properties
Name Type Attributes Default Description
orbitControls OrbitControls <optional>
OrbitControls.
getLanguageCode function <optional>
language code of your browser returns the "primary language" subtag of the version of the browser.
scales object <optional>
{} axes scales. See the options.scales parameter of the MyThree class.
gui GUI <optional>
is new dat.GUI(...) parent folder.
Source:

Methods

look(boLookopt)

Look at selected point
Parameters:
Name Type Attributes Default Description
boLook boolean <optional>
true true - look at selected point
Source:

update()

Update camera controls.
Source: