Velocity pixels/second
LumpApps
Member Posts: 2,881
Perhaps an obvious fact.
I wanted to know what then velocity value means so made a test project.
Am I right?
A velocity of for example 100 means 100 pixels per second.
I'd like to know this because I used FireMaples Throwing/Flicking demo to grab a ball and throw it. It uses an every 0.1 second timer which gives an actor(b) which spawns on the thrown actor(a) an unwanted offset.
So I'm trying spawn actor(b) on the position of actor(a) plus the distance moved after 0.1 seconds since it is 0.1 second behind with the motion.(I hope this makes sence). Its kind of a timemachine
Cheers!
Ludwig
I wanted to know what then velocity value means so made a test project.
Am I right?
A velocity of for example 100 means 100 pixels per second.
I'd like to know this because I used FireMaples Throwing/Flicking demo to grab a ball and throw it. It uses an every 0.1 second timer which gives an actor(b) which spawns on the thrown actor(a) an unwanted offset.
So I'm trying spawn actor(b) on the position of actor(a) plus the distance moved after 0.1 seconds since it is 0.1 second behind with the motion.(I hope this makes sence). Its kind of a timemachine
Cheers!
Ludwig