Can we hover SPS particles?

can we hover SPS particles? Tried picking SPS particles to alter around and check. but couldnt find any for hovering (Picking Solid Particles | Babylon.js Documentation)

Yes you can.

babylon.js requires mesh.enablePointerMoveEvents to be set to true. Otherwise, the mesh is excluded from the picking check.

Thank you it worked :slight_smile:

where can i find the similar function names for the mouse events? for eg: onPointerMove

Can you check what did i do wrong in this - https://playground.babylonjs.com/#2FPT1A#574?

i am trying to achieve something like this - https://www.babylonjs-playground.com/#XCPP9Y#1561

What exactly is wrong?