Spaceship movement

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Methuselah
Posts: 19
Joined: Fri Nov 24, 2006 9:33 am

Spaceship movement

Post by Methuselah »

I'm trying to create a freelancer-like movement
This is what I've come up with:
Image

Do you have an idea how to do this?
There are a lot of vectors in it
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

I don't know what your question is, but I assume you want ship rotate and then move to point pointed by mouse ...right?

There are some vectors but not so many.
"core::matrix4 class" and "core::vector3d<T>"class will do most of the the math needed. Look at the description ot their functions.
Post Reply