Scale of the models

Posted By: ChriZ

Scale of the models - 06/01/12 23:33

Hello everybody!

Today I designed a model to use it in my game. So after loading the level I created an entity ... In the game I saw my model, well ... a little bit over scaled.

So I ask you, how to scale the models so they can fit into my level.

Thank you very much and sorry for my bad english.
Posted By: 3run

Re: Scale of the models - 06/01/12 23:47

There are a lot of ways to do that, in WED, MED and SED as well.

WED -> select model, then in Properties, move to Position and there is a Local Scale for you to play with.
MED -> open your model, then go to Object -> Scale Global, play with Scale factor to get proper results.
SED -> in the action of the object, simply type this out of any loops:
Code:
vec_scale(my.scale_x, 1); // play with 1

I hope, it helps, good luck.
Posted By: ChriZ

Re: Scale of the models - 06/02/12 11:33

How easy :-) Thank you!
© 2023 lite-C Forums