A function defined in BBMOD_Model.gml
get_vertex_format([_bones[, _ids]])
Used to retrieve or create a vertex format compatible with the model.
Name | Type | Description |
---|---|---|
_bones | Bool |
Use true to include bone data in the vertex format. Defaults to true . |
_ids | Bool |
Use true to include model instance ids in the vertex format. Defaults to false . |
Each BBMOD_Mesh now has its own vertex format!
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.