PDA

View Full Version : Collision between two meshes?


v-Salik
12-06-2007, 03:51 PM
I know the physics engine supports collision detection, but I would like to not use physics but somehow find out if two meshes are intersecting? Can I do this?

farshizzo
12-07-2007, 09:31 AM
You can write a plugin to do this, but there is no built-in way in Vizard to perform mesh collision without using the physics engine.