Search found 3 matches

by ravenger
Wed Dec 27, 2006 8:09 pm
Forum: Beginners Help
Topic: Animation Selection
Replies: 0
Views: 188

Animation Selection

Im working on a game at the moment (im currently using Irrlicht.NETCP which is awesome and more complete than the official irrlicht.net one), and i have a character which a want to move by pressing left or right. Now when i press left or right, i want to set a certain animation to fit the action cor...
by ravenger
Wed Dec 20, 2006 12:11 pm
Forum: Beginners Help
Topic: addTestSceneNode() function is not recognised
Replies: 6
Views: 899

ultramedia wrote:Whos the right person to ask about getting that tutorial updated?
you know that up-to-date code on all tutorials is packaged with the SDK right? ;)
by ravenger
Wed Dec 20, 2006 11:28 am
Forum: Beginners Help
Topic: I am overwhelmed! (Separating Animation from Models)
Replies: 9
Views: 569

so what if you wanted your animation frame to be dependent on the duration of a single render pass? Lets say you time the duration of a single frame pass, and you would want to use that duration to pick the right animation frame to display. Would that be easily doable?