I have a two geometries on a plane. Two buldings and a delivery car going between these two points.
- How to move in time a geometry (car) between two vectors and add a speed as a factor?
- How to move in time with a path and defined points on it (spped too);
- How to move geom from specyfic point to the specific point clicked on a plane with mouse? (speed too);
I know it is simple but with no solid explanetion I have tried geometry.move() and 0.0001f incrementation on X axis but I need to move on with some other more advaced concepts?
please sample code … noob proof.