Closed blksky closed 5 years ago
I can't understand point 2, can you give more information about it
point 2 is not a problem,i bind event like this, and the problem solved: this.interaction = new Interaction(this.renderer, this.scene, this.camera); this.interaction.addEventListener(EventTypes.mousedown, this.handleMousedown.bind(this));
Your library is very useful to me, but there are still some problems: 1, Hope to be able to increase double-click events and right-click events;