movent in 2d

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
gast

movent in 2d

Post by gast »

hi

for example if my model is at position x=1 and y=1
and i will move it to x=10 and y=200
how can i do this without floating addition??
cause with interger i cannot walk a line from one point to another. or ???


thanks for help
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

Do you want to smooth walk? Or do you think about errors caused be float-int casting?
Please send me an e-mail instead of a private message.
gast

Do you want to smooth walk

Post by gast »


Do you want to smooth walk
yes i think a smooth walk is the right description.
Post Reply