chandlerprall / Physijs

Physics plugin for Three.js
MIT License
2.75k stars 455 forks source link

Collision not happening between PlaneMesh and Concave Mesh #311

Open krishangopalbhansalee opened 5 years ago

krishangopalbhansalee commented 5 years ago

I have created two objects, one using plane mesh and other is concave mesh. when other object (concave mesh) falling , it passes through and not colliding. I am having both the object in 2D means z = 0. how can i fix it ? if not , then where can i define dummy value for z .