[SOLVED] Game Triggers - Detecting Collision With Invisible Objects

Hello Guys,
For my game, I need to have “trigger objects” - invisible objects that when I collide with them something happens in my game.
What is best practice to achieve that? Is there a way for collision listener to work also with invisible objects?

Thanks

1 Like

If you’re using bullet physics then Ghost objects with collision listeners, check: Physics Listeners :: jMonkeyEngine Docs

1 Like

Thanks! I think it is what I was looking for

1 Like