Rocket detecting heat !

Started by Sebastian, Dec 30, 2016, 08:27 PM

Previous topic - Next topic

Sebastian


Darran


SAzEe21


Thijn

The question is, what does it do on impact? :P

Sebastian

Quote from: Thijn on Dec 31, 2016, 11:41 AMThe question is, what does it do on impact? :P

No idea, I'm still running

jWeb

From the looks of it, you're recording the player's position (as well as rotation/angle) to an array or a stack-like container and then have the rocket object follow that trail and then popping the reached positions from the list/array. Or something like that. Basically, if the player is jumping then the rocket will jump as well. Unless, you're taking that into account and eliminate small changes in the Z axis (or whatever axis VC is using vertically. tis a weird coordinate system iirc).

Darran