Changing mesh size

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
Fido
Posts: 9
Joined: Sat Apr 29, 2006 11:02 am
Location: Lithuania

Changing mesh size

Post by Fido »

I tried serching forums with "size" and "scale" keywords, but found nothing i was looking for.

Heres what i would like to know:

If i have a mesh loaded (3ds if the format maters) and want to shange it's size. What the comand should be? I remember i saw it somewhere, but now i tried looking in the tutorials and could not find it?

Could anyone give a link to a topic where this was answered, or in which tutorial is it (if it is there), or write the code here. I remember it was something like "setSize" or "setMeshSize"

thx.
Stephen Randy Davis:

A COMPUTER IS AMAZINGLY FAST, BUT INCREDIBLY STUPID MASHINE.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

is setScale(vector3df) what you're after?
Image Image Image
Fido
Posts: 9
Joined: Sat Apr 29, 2006 11:02 am
Location: Lithuania

Post by Fido »

hmm... no i think it was something different.
Stephen Randy Davis:

A COMPUTER IS AMAZINGLY FAST, BUT INCREDIBLY STUPID MASHINE.
bicunisa
Posts: 34
Joined: Thu Apr 27, 2006 10:34 pm
Contact:

Post by bicunisa »

It is as JP said.

And please do everyone and all of the tutorials, scaled meshes are explained in tutorial 8 "SpecialFX".
OMG another MMORPG project! AztlanRPG
Fido
Posts: 9
Joined: Sat Apr 29, 2006 11:02 am
Location: Lithuania

Post by Fido »

Aigh, thx. I knew it was somewhere...
Stephen Randy Davis:

A COMPUTER IS AMAZINGLY FAST, BUT INCREDIBLY STUPID MASHINE.
Post Reply