Download BBMOD for free and start making 3D games in GameMaker today!
This is a small patch released mainly to fix a crash that occurs in GM 2024.11 when using BBMOD_ResourceManager
.
Changelog:
update_bbox
to BBMOD_Mesh
, which updates the mesh's bounding box using data from its vertex buffer.from_buffer
and to_buffer
of BBMOD_Mesh
now throw a BBMOD_Exception
if used when property Model
is undefined
. Previously this would cause a crash.ClearColor
of BBMOD_DeferredRender
resulting into a wrong color because of gamma correction.AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS
, which should fix some problems with converting animated FBX models to BBMOD.BBMOD_DeferredRenderer
.bbmod_async_save_load_update
in GM 2024.11.