2005-06-10 08:19 PM
2005-06-10 08:40 PM
2005-06-12 11:45 AM
Red wrote:Waitwaitwait ...
Isn't there a way to scale an object to each stories scale?
2005-06-13 02:26 PM
TomWaltz wrote:Thanks..... That fixed the problem.
Ideally, you should make the object at 1:1 scale.
Then, make the first line MUL2 GLOB_SCALE, GLOB_SCALE, which multiplies the entire object by the current scale.
Otherwise, you could use GLOB_SCALE / (whatever scale you made it at) to adjust for the same thing.