Search found 2 matches

by tswtn
Fri Oct 19, 2007 6:48 am
Forum: Everything 2d/3d Graphics
Topic: How to make a model around the center of rotation of its own
Replies: 4
Views: 1320

i did it as what you said ,but it failed.
by tswtn
Fri Oct 19, 2007 2:35 am
Forum: Everything 2d/3d Graphics
Topic: How to make a model around the center of rotation of its own
Replies: 4
Views: 1320

How to make a model around the center of rotation of its own

hello,everyone: i have a trouble-the topic, i hope who one can help me out. thank you! i draw a wheel and want it to ratote around its axis, because i want to the whole car can run just look like. in opengl ,the function glRotatef(angle, 0, 0, 1) can do so, but how to do in irrlicht engine? who can ...