Separate shapes for collision vs raytest

Post Reply
proteal
Posts: 1
Joined: Thu Jul 12, 2012 10:57 pm

Separate shapes for collision vs raytest

Post by proteal »

Is it possible to have simple shapes used for moving collisions, but meshes used for ray testing? I would like to shoot into a world and get the impact with perfect accuracy (using meshes), but have moving things use simple shapes (box, sphere) for collisions, for performance and simpler/smoother movement.

I mean every object has a mesh for raytesting, but dynamic objects ALSO have a simple shape for movement collision.
Post Reply