Jacobsen style cloth's collisions

Started by
-1 comments, last by krisiun 16 years, 8 months ago
Hi, I have some questions about implementing Jacobsen style cloth simulation. I have implemented collisions between cloth's vertices and mesh triangles. It works quite nice, but it doesn't cover all the cases - on the edges of the mesh part of the cloth's triangle can be inside the mesh even then all it's vertices are outside. Now I'm wondering how to implement collision but between cloth triangles and mesh vertices. I'm especially interested in finding way for calculation of intersection point between moving triangle and static point. Finding valid constraint function part looks easier.

This topic is closed to new replies.

Advertisement