UserControlledTrack

A basic user controlled track through mouse and arrow keys.

Constructor

new UserControlledTrack(properties)

Parameters:
NameTypeDescription
propertiesObject
Properties
NameTypeDescription
meshObject3Da visual representation of the object that will be added as a child of this.tracks.

Methods

initControls(dom)

initializes controls specific to this Track.
Parameters:
NameTypeDescription
domHTMLElementthe dom on which to attach visual components

removeControls(dom)

Removes controls specific to this Track.
Parameters:
NameTypeDescription
domHTMLElementthe dom on which to visual components are attached