3D collision
How do I do 3D collision. I've tried many things but surprise surprise nothing works!
How do I do 3D collision. I've tried many things but surprise surprise nothing works!
I kinda figured it out. I just made another shape where the player is located and used player.intersectsMesh(object). Just in case anyone else is stuck trying to do 3D collision.