This release reconfigures Assimp and adds new options to BBMOD CLI and DLL to give you more control over model conversion.
--apply-scale
(or -as
) to BBMOD CLI, which applies global scaling factor defined in the model file if enabled. For backwards compatibility this is by default disabled.--pre-transform
(or -pt
) to BBMOD CLI, which pre-transforms the models and collapses all nodes into one if possible. For backwards compatibility this is by default disabled.get_apply_scale
to BBMOD_DLL
, which checks whether the new "apply scale" option is enabled.set_apply_scale
to BBMOD_DLL
, which enables/disables the new "apply scale" option.get_pre_transform
to BBMOD_DLL
, which checks whether the new "pre-transform" option is enabled.set_pre_transform
to BBMOD_DLL
, which enables/disables the new "pre-transform" option.Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.