Search found 5 matches

by halo205
Tue Sep 24, 2013 2:38 pm
Forum: Beginners Help
Topic: Rotating an Animated mesh scene node
Replies: 7
Views: 1609

Re: Rotating an Animated mesh scene node

Thanks a lot!
This method worked for me,
though it was a bit of try and error to find a good pivot vector
by halo205
Sun Sep 22, 2013 3:02 pm
Forum: Beginners Help
Topic: Rotating an Animated mesh scene node
Replies: 7
Views: 1609

Re: Rotating an Animated mesh scene node

or can anyone show me a small and easy program to change the translation of the coordinate system?
by halo205
Sun Sep 22, 2013 2:52 pm
Forum: Beginners Help
Topic: Rotating an Animated mesh scene node
Replies: 7
Views: 1609

Re: Rotating an Animated mesh scene node

Hello smso,
i just tried your given code snippets
rotateNodeInWorldSpace and
rotateNodeInLocalSpace

and changed them a little so it would work for AnimatedMeshSceneNode.
I Called rotateNodeInWorldSpace(myModel, 90,core::vector3df(0,1,0)) to rotate it around its y axis,
but it still does not ...
by halo205
Sun Sep 22, 2013 9:55 am
Forum: Beginners Help
Topic: Rotating an Animated mesh scene node
Replies: 7
Views: 1609

Re: Rotating an Animated mesh scene node

Thanks for your answer, mongoose7!

But could you show me some example code snipplet for it ?
by halo205
Sat Sep 21, 2013 10:01 pm
Forum: Beginners Help
Topic: Rotating an Animated mesh scene node
Replies: 7
Views: 1609

Rotating an Animated mesh scene node

Hello everyone, i'm very new to 3D engines and Irrlicht.
I did some Tutorials with creating a cube scene node and rotating it.
But if i load a custom 3D Model as an animatedMeshScene Node and try to rotate it,
it does not behave like for example the cube scene node.
I think the reason is that the ...