From: Kevin M. <sub...@us...> - 2002-01-26 23:52:30
|
subatomic 2002/01/26 15:52:30 PST Modified files: aster.glut aster.cpp Log: fixed a bug in the turret code. the projectiles were being released from a starting point that was specified in local coordinates to the ship, but was being applied to world coordinates without conversion. thus, when you rotated the projectiles wouldn't always release at the correct place.. this fix converts the local specified coords to the correct world coord frame. Revision Changes Path 1.4 +36 -17 examples/aster.glut/aster.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aster.glut/aster.cpp.diff?r1=1.3&r2=1.4 |