1-time Collision detection
Posted: Wed Apr 11, 2012 7:36 pm
Is it possible to run a collision detection for a given object and space?
Velocity is not important, all I want to is the answer if the given object in the given position intersects anything within the space (and of course get relevant info if it is...)
Note: The object is not in the space, and I don't want it to be (unless there's a way to enable/disable it, but didn't see one), it's just a '1-time' check that happens here and then.
Hope I managed to make myself clear? :S
Velocity is not important, all I want to is the answer if the given object in the given position intersects anything within the space (and of course get relevant info if it is...)
Note: The object is not in the space, and I don't want it to be (unless there's a way to enable/disable it, but didn't see one), it's just a '1-time' check that happens here and then.
Hope I managed to make myself clear? :S