Collision Detection in VB

Started by
1 comment, last by FierceTiger 19 years, 2 months ago
How would I detect the collision between a bullet and an alien ship? To see if the bullet is hitting the ship?
Advertisement
Need more information.

Is this 2D or 3D? Are you looking for general area of hit, exact hit location, interpolated hit detection for multiplayer games, point-to-AABB, losenge-to-losenge, swept sphere, or just the standard smartass answer of "The bullet will never hit the alien ship. The ship's shields will simply absorb the matter"?
Michael Russell / QA Manager, Ritual EntertainmentI used to play SimCity on a 1:1 scale.
Im doing a game in 2d, using graphics ive created myself... I just want to know how to see if the bullet collides with the ships, that way if it does I can make the ship blow up. When Ive tried detecting the collision eiether the bullet goes right through or if it goes past it but not through it then it explodes.

This topic is closed to new replies.

Advertisement