-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
# Changelog dev | ||
> This file is used to accumulate changes before a changelog for a release is created. | ||
* 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. | ||
* 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. | ||
* Fixed specular color of dielectric materials in `BBMOD_DeferredRenderer`. | ||
* Fixed crash in `bbmod_async_save_load_update` in GM 2024.11. |