WebARControl
class WebARControl
AR control for WebARSession
constructor
new WebARControl(options, arScene, )
Create new instance of ARControl
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
options | WebARControlOptions | Options | ||
arScene | ARScene | |||
WebARControlOptions |
Properties
rotate
ARSwirlControl in this control
translate
ARTranslateControl in this control
scale
ARScaleControl in this control
Methods
destroy
Destroy this control and deactivate it
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
session | THREE.XRSession |