I need to do a mouse-pick *without* clicking a mouse button. I need the MouseEvent3D.MOUSE_DOWN event to fire when i press a key instead (so the picking would occur at the stage.mousex,stage.mousey).
So im thinking there has to be a way to ‘trigger’ a mouse3D mousedown event without actually having to press the mouse button?
The only workaround I can figure is if i have a mouseOver3D event handler but id like to avoid that since i believe its way slower.
If anyone has any ideas I’d be very greatful!