Easy to use
Following is the minimum code sample!
model = new BBMOD_Model("Model.bbmod");
model.Materials[0] =
sprite_get_texture(SprTexture, 0);
model.submit();
model = model.destroy();
BBMOD is a library that makes creating 3D games in GameMaker easier! Whether you just need to draw 3D models in 2D games or you are building fully immersive 3D worlds, BBMOD helps you bring your vision to life!
Following is the minimum code sample!
model = new BBMOD_Model("Model.bbmod");
model.Materials[0] =
sprite_get_texture(SprTexture, 0);
model.submit();
model = model.destroy();
Written purely in GameMaker Language (GML) and using only GLSL ES shaders for maximum portability!
Released on GitHub under the MIT license - use and modify however you like!