API Docs for: 1.0.2
Show:

GIScene.Control.AxisHelper Class

The AxisHelper Control provides a graphical information on the current camera orientation in 3D space.

Constructor

GIScene.Control.AxisHelper

(
  • camera
  • [config]
)

Parameters:

  • camera THREE.Camera
  • [config] Object optional

    you can configure the size with an config object {size:50}

Item Index

Properties

Methods

activate

()

Inherited from GIScene.Control but overwritten in GIScene\Control\AxisHelper.js:45

Activates this Control

deactivate

()

Inherited from GIScene.Control but overwritten in GIScene\Control\AxisHelper.js:68

Deactivates this Control

setScene

(
  • scene
)
Sets the scene property. This is automatically called on scene.addControl()

Parameters:

  • scene Object

Properties

config

Object

The config which is used to initialize the AxisHelper-Control. Merged from defaults and passed config Object.

isActive

Boolean