Three.js raycast detection

Hello!

How can I set a trigger when hitting a red target?
fire in space button

You need to calculate when the bullet geometry boundary is overlapping the red target geometry boundary.

This three.js/games_fps example should be helpful.