3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
249 stars 30 forks source link

Fix mouse cursor when switching the move mode #639

Closed vincentfretin closed 2 weeks ago

vincentfretin commented 2 weeks ago

This fixes #634

rahulkgupta commented 2 weeks ago

i dont think the mouse cursor is resetting back to the pointer when the select button is clicked

vincentfretin commented 2 weeks ago

It's coming back to the pointer only if you hover on a clickable entity, if you hover on a non clickable entity it's the hand move cursor. But there is indeed an issue that if you hover on the previous hovered entity it doesn't change to the pointer cursor. I disable now the raycaster, this properly fixes the mouse cursor.