/BBMOD

3D model format for GameMaker Studio 2

Primary LanguageC++MIT LicenseMIT

BBMOD

3D model format for GameMaker Studio 2

License Discord

Table of Contents

About

BBMOD is a 3D model and animation format specially crafted for GameMaker Studio 2. It is accompanied by a conversion tool (BBMOD CLI), as well as GML library that allows you to load, animate and render BBMOD files without any hassle.

BBMOD CLI utilizes Assimp to load third-party model formats, so any model that Assimp can load can be converted to BBMOD. A few examples of such model formats are OBJ, COLLADA or the industry standard FBX.

BBMOD also comes with PBR shaders, fully supporting metallic workflow. This makes it compatible with assets that you would use in professional 3D game engines.

Documentation and Help

An online documentation for the latest release of BBMOD can be found at https://blueburn.cz/bbmod/docs/. The documentation source is available in the docs_src folder and it can be built into an HTML format using GMDoc. If you need any additional help, feel free to contact us on the GMC forums, or you can join our Discord server.

Links