This is a small patch released mainly to fix a crash that occurs in GM 2024.11 when using BBMOD_ResourceManager
.
Changelog:
- Added new method
update_bbox
toBBMOD_Mesh
, which updates the mesh's bounding box using data from its vertex buffer. - Methods
from_buffer
andto_buffer
ofBBMOD_Mesh
now throw aBBMOD_Exception
if used when propertyModel
isundefined
. Previously this would cause a crash. - Fixed
ClearColor
ofBBMOD_DeferredRender
resulting into a wrong color because of gamma correction. - Disabled Assimp option
AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS
, which should fix some problems with converting animated FBX models to BBMOD. - Fixed specular color of dielectric materials in
BBMOD_DeferredRenderer
. - Fixed crash in
bbmod_async_save_load_update
in GM 2024.11.