is there a way2 make a model bigger or smaller and if u can then how?
models size
kamikazee
(kamikazee)
#2
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
EB1
(EB)
#3
more about models here: www.spyjuice.com/ld.htm
models_101.pk3 (.map file included)
Tut’s on;
resizing-rotating-remapping & more for models
_UBC_McNite
(]UBC[ McNite)
#7
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).
