RenolY2 / SuperBMD

A library to import and export various 3D model formats into the Binary Model (BMD) format. (Nintendo GC/Wii)
37 stars 10 forks source link

Unit scaling factor on Collada files is ignored #50

Open Humming-Owl opened 1 year ago

Humming-Owl commented 1 year ago

Currently SuperBMD ignores the unit tag scaling factor on Collada files when converting to BMD/BDL. In the attached screenshot if I change meter="100" to meter="1" the converted model wont change its size when viewed on J3DView or NoClip. This makes it so one has to scale the model (and apply scale on it) to keep its size shown on Blender when using a custom length unit.

screenshot