replacing "mouse click" functionality with "mouse hover"
-
Does anyone know how can change the default functionality of clicking on a subject in IdeaSpaceVR with mouse hover?
Instead of clicking on a hotspot for example, I need to execute the same thing with just placing the mouse on the hotspot.
-
@menVSwomen The events to listen for are: mouseenter and mouseleave https://aframe.io/docs/0.9.0/components/cursor.html#events
-
In which file do i code this functionality thank you
-
@menVSwomen In the views/scene.blade.php template or you create an A-Frame component.
-
This post is deleted!