Is an extra collision-mesh for level-data worth the hassle?
- by Serthy
What is the optimal approach for collision-detection with the environment in an 3D engine (with triangle mesh based geometry, no bsp)?
A) Use the render mesh
[+] no need for additional work for artists to fiddle with collision detection
[-] high detail is harder for physics calculation
[+/-] maybe use collidable flags for materials
[+/-] compute…