I’m trying to figure out how to get the cords of where the mouse clicked or even the object that was clicked so that I can draw new objects on the ground. I have the flycam disabled and the camera stays static, so I can’t depend on drawing a ray and using the collision detection like in the tutorials. I don’t see any clear documentation that would lead me to accomplishing this either. Does anyone have any ideas that doesn’t involve hacking away at the jme3 source?
I actually found the answer I was looking for after just searching for “object clicked”: https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:mouse_picking?s[]=object&s[]=clicked