ubcsestudent
ubcsestudent t1_jeczyou wrote
Reply to ELI5 How do MMORPG Games have the same armour models fit all characters when the heights and models differentiates a lot ? by ErieeKo
Im not a game developer. But knowing a bit about coding. I think the most reasonable thing is that the asset for armor probably just scales directly vertically with height and horizontally in both directions with fat/muscle/mass.
Im sure it just rerenders the model with different dimensions. It probably has base dimensions, and then they are probably multiplied by character height and mass to scale it up or down.
ubcsestudent t1_jed8mt1 wrote
Reply to comment by ErieeKo in ELI5 How do MMORPG Games have the same armour models fit all characters when the heights and models differentiates a lot ? by ErieeKo
The base size for the asset is probably the biggest version. Expanding an image is harder to retain quality than shrinking an image. My assumption is that the same thing applies to this.
You're not wrong that pixels can get distorted, but the distortion when scaling down is very minor.