arrow-pointerMouse

Outputs the current mouse cursor coordinates relative to the Render view, as a value of the datatype point. Includes optional easing for smooth interpolation.

Property name
Description
Compatible datatype

easing

Smooth interpolation between changing coordinates

number

circle-info

Mouse input is captured only inside the Render view — move your cursor over the Render area to interact with the visual.

Example Projects

Mouse Follow Wormarrow-up-right In this example, the Mouse node is used to control the position of the red circle, while the rest of the tail-following effect is accomplished by a series of Point nodes which extract the position of their parent node.

Chrome Novacronarrow-up-right

This example demonstrates how it possible to create a pseudo-three dimensional scene using a couple of 3D Rotate nodes and a Mouse node which adds interactivity and the illusion of a camera pivoting the scene. Use it as a bootstrap to create your own interactive "3D" visuals.

circle-check

Last updated