Hello. For few days i’m trying to do a simple mouseover / mouseout event with no success. Clicking on objects works fine (with picker_framebuffer). Could anyone help me please ?
You can use the same method you use for clicking. On a mousemove event use the framebuffer picking to detect if the mouse is over an entity. If it is and it wasn’t before, fire a mouseover event. If it isn’t and it was before fire a mouseout event.
Thanks! It can work