Opened 12 years ago
Closed 10 years ago
#398 closed defect (fixed)
Correct Projectile Collision
Reported by: | jo | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | Version 0.1 Codename: Arcturus |
Component: | Physics/ODE | Version: | 0.0.4 |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
So far our weapons do not interact with static collisionshapes. A laser shot simply goes through a static collisionshape and does not hit it.
Fix that behaviour so that a spaceship can hide from enemy attacks behind an asteroid.
Change History (1)
comment:1 Changed 10 years ago by landauf
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed in r10287 (by using dynamic instead of kinematic physics)