3.11.0
This release adds macOS support to BBMOD CLI (command line tool) and BBMOD DLL (dynamic library).
Changelog:
CLI:
- BBMOD CLI is now also available on macOS. Previously only Windows was supported.
GML API:
Core module:
- Added method
set_material_index
toBBMOD_BaseShader
, using which you can set thebbmod_MaterialIndex
uniform. - Added optional argument
_materialIndex
to methodsdraw_mesh
anddraw_mesh_animated
ofBBMOD_RenderQueue
, which is the index of the current material.
DLL module:
- DLL module now works also on macOS. Previously only Windows was supported.
- Default value of
_path
argument inBBMOD_DLL
's constructor now changes based on the platform.