PDA

View Full Version : models size


nikita
26th August 2005, 09:33
is there a way2 make a model bigger or smaller and if u can then how?

kamikazee
26th August 2005, 09:37
ET supports a "scale" key/value pair. (or was it "modelscale"? It's in the LDR, used in an example under constructions->construction flag marker)

EDIT: It's modelscale.
value < 1 = shrink
value > 1 = enlarge

EB
26th August 2005, 09:44
more about models here: www.spyjuice.com/ld.htm

models_101.pk3 (.map file included)
Tut's on;
resizing-rotating-remapping & more for models

kamikazee
26th August 2005, 09:52
Now this is the kind of advertising I like. ;)

Loffy
26th August 2005, 11:18
Nice site EB! (http://www.spyjuice.com/ld.htm)
Well done!

EB
26th August 2005, 11:22
Thanks Loffy.
I work on it slowly......slowly.

]UBC[ McNite
26th August 2005, 12:25
Modelscale makes a model get bigger/smaller in all directions. If you want to stretch a model along a certain dimension you can use modelscale_vec.

Example: want to make a tree taller but not wider, then use
key: modelscale_vec
value: 1 1 1.5

This stretches the model along hte Z-axis by the factor of 1.5. (The value is X Y Z).