dispose method

dynamic dispose()

Implementation

dispose() {
  this.dispatchEvent(THREE.Event({"type": "dispose"}));
}