blowfishpro / B9PartSwitch

A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes
GNU Lesser General Public License v3.0
50 stars 33 forks source link

Allow transforms to be scaled #162

Closed blowfishpro closed 4 years ago

blowfishpro commented 4 years ago

TRANSFORM {} nodes now accept a scaleOffset value which is the relative local scale of the model (multiplicative on each axis). It can either be a single number which is applied to all 3 axes or a 3 numbers applied to x, y, z and separated by spaces, tabs, or commas

Resolves #145