Moving objects in an absolute direction?

Everything about development and the OpenMW source code.
Post Reply
mattwla
Posts: 59
Joined: 17 Jul 2017, 14:45

Moving objects in an absolute direction?

Post by mattwla »

Hi all,

I've been playing with the object motion code. Right now I want to make an object move in a certain direction, regardless of the orientation of the object.

Queuemovment makes objects move relative to their direction, but I want to state an absolute direction to move in.

Do I need to write a new movement function or is there something already for me to use?

Thanks
Post Reply