Class: PositionController

PositionController(onclickController, optionsopt)

new PositionController(onclickController, optionsopt)

dat.GUI graphical user interface for control of the position of threejs 3D object. Base class CustomController
Parameters:
Name Type Attributes Default Description
onclickController Event
options object <optional>
{} the following options are available:
Properties
Name Type Attributes Default Description
settings number <optional>
{} time settings.
Properties
Name Type Attributes Default Description
offset number <optional>
0.1 offset.
min number <optional>
0.1 Minimal offset.
max number <optional>
10 Maximal offset.
step number <optional>
0.1 step of offset.
getLanguageCode function <optional>
language code of your browser returns the "primary language" subtag of the version of the browser.
Source:

Extends

  • controllers.CustomController.