rotate then scale?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Kimmen
Posts: 1
Joined: Tue Sep 27, 2005 9:20 am

rotate then scale?

Post by Kimmen »

Hi, I'm working a bit with Irrlicht and I've somewhat come to a deadend.
I have this ISceneNode that I want to first rotate then scale. But what ever I do, it just seem to first scale then rotate. Can I change that somehow? I've both tried setting Rotate and Scale and try calling methods in AbsolutTranslation.

regards, Kimmen.
pfo
Posts: 370
Joined: Mon Aug 29, 2005 10:54 pm
Location: http://web.utk.edu/~pfox1

Post by pfo »

#1 what type of node is it?

#2 how can you tell that it rotates, then scales vs. the other? Wouldn't both look the same if done correctly? In other words, I don't think order matters.
Locked