new OrbitControlsGui(options, guiopt)
OrbitControls graphical user interface
Parameters:
Name |
Type |
Attributes |
Description |
options |
Options
|
|
See Options.
The following options are available.
See the options parameter of the MyThree class.
Properties
Name |
Type |
Attributes |
Default |
Description |
dat.orbitControlsGui |
boolean
|
<optional>
|
|
false - do not adds OrbitControlsGui into dat.gui. |
orbitControls |
OrbitControls
|
<optional>
|
|
OrbitControls.
Call Options.createOrbitControls(...) for define of the options.orbitControls. |
scales |
object
|
<optional>
|
|
axes scales.
See options.scales of the AxesHelper. |
getLanguageCode |
function
|
<optional>
|
language code of your browser
|
returns the "primary language" subtag of the version of the browser. |
|
gui |
GUI
|
<optional>
|
is new dat.GUI(...). |
- Source: