2.4.0
Changelog:
- Fixed major issues with loading animated models. This required a new model format - please reconvert all your models and check the latest documentation for changes in API!
- Added new properties
TransitionIn
andTransitionOut
toBBMOD_Animation
using which you can control duration of transition in and out of an animation. - Added new property
AlphaTest
toBBMOD_Material
using which you can discard transparent pixels of materials. - Added new property
Mipmapping
toBBMOD_Material
using which you can disable mipmapping for given material. - BBMOD CLI now automatically removes strings "_Armature" and "_mixamo" from *.bbanim files.
- BBMOD CLI now shows a warning when a model has more than 64 bones, since that is the default upper limit defined in shader
BBMOD_ShDefaultAnimated
. - Removed scripting API that was marked as obsolete in the previous release.