Hello, I want to realize the collision detection (https://threejs.org/examples/#misc_controls_pointerlock) in this example, there is no one realized. Thank you.
Sorry. I don’t know about others, but I don’t understand your question. If you are looking for more info on collision detection, I have two examples on collision detection and hit testing. Hope that helps.
1 Like
I want to achieve when the camera and model of collision does not penetrate the effect of model
Three.js doesn’t do collision detection. You’ll have to use a different library. or write your own.
1 Like