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

Scaling with .fbx format? #19

Open AndreAaspere opened 4 years ago

AndreAaspere commented 4 years ago

Hi, dunno if its bug or something on my side, but all by exported models in .fbx format are really small and adding scale to them while exporting dosent seem to give any effect (unlike exporting in .obj). Tried in Blender with different scale settings, and also in Maya.

RenolY2 commented 4 years ago

In Blender, use Ctrl+A and apply Location/Scale/Rotation (in your case you'll probably only need to apply scale) so that your changes are applied to the model's vertices. I don't know how it works in Maya but in 3ds Max you need to use "Reset XForm", maybe Maya has something similar to that.

Otherwise all the scaling only goes into transformation matrices which SuperBMD currently ignores.