I've made a little helmet overlay thingy addon but now I want it to like, wiggle around if you know what I'm trying to say.
I want to accomplish something similar to Halo 4 with the visor helmet thing, but I'm not sure what command to use for that.
I'm sure it's something to do with velocity and normalizing it.. i'm not sure how though.
[QUOTE=tyguy;48116621]I'm sure it's something to do with velocity and normalizing it.. i'm not sure how though.[/QUOTE]
Not really. What he needs to do is set an angle and amplitude and then use trigonometry (math.sin,math.cos) to get coordinates out of it. You can get the length of the velocity vector to get the amplitude or offset the angle, but that's pretty much the opposite of normalizing it.
Sorry, you need to Log In to post a reply to this thread.