View Single Post
  #3  
Old 05-31-2018, 06:13 AM
Lenticulariss Lenticulariss is offline
Registered User
 
Join Date: May 2018
Posts: 1
Objects. I want to move an object (let's say a car) forward for a certain duration and with a certain average velocity. But with accelerated movement, not with constant velocity.

Example: vizact.move(0,0,6, velocity)
--> In this function I can define the direction of movement and the duration of the movement, I can also specify a certain velocity. But now I want to accelerate this movement by let's say 1 m/s^2 (so that the velocity is rising for the specified amount of time)
Reply With Quote