issues
search
donmccurdy
/
three-pathfinding
Navigation mesh utilities for three.js, based on PatrolJS.
https://three-pathfinding.donmccurdy.com/
MIT License
1.22k
stars
135
forks
source link
Fix right click and prevent unwanted click.
#115
Closed
gonnavis
closed
2 years ago
gonnavis
commented
2 years ago
Fix right click. Currently
click
event not fired when right click on Chrome. Use
pointerup
instead.
Check pointer move distance, prevent unwanted click when rotate camera.
donmccurdy
commented
2 years ago
Thank you!
click
event not fired when right click on Chrome. Usepointerup
instead.