Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kraifpatrik committed Jan 4, 2025
1 parent 0e53f04 commit 5edb785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ChangelogDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Added new method `update_bbox` to `BBMOD_Mesh`, which updates the mesh's bounding box using data from its vertex buffer.
* Methods `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.
* Fix `ClearColor` of `BBMOD_DeferredRender` resulting into a wrong color because of gamma correction.
* Fixed `ClearColor` of `BBMOD_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.
* Fix specular color of dielectric materials in `BBMOD_DeferredRenderer`.
* Fixed specular color of dielectric materials in `BBMOD_DeferredRenderer`.
* Fixed crash in `bbmod_async_save_load_update` in GM 2024.11.

0 comments on commit 5edb785

Please sign in to comment.