UNPKG

potree

Version:

WebGL point cloud viewer - WORK IN PROGRESS

11 lines (8 loc) 198 B
THREE.EventDispatcher.prototype.removeEventListeners = function (type) { if (this._listeners === undefined) { return; } if (this._listeners[ type ]) { delete this._listeners[ type ]; } };