A function defined in BBMOD_DynamicBatch.gml
Immediately submits all instances of an object for rendering in batches of BBMOD_DynamicBatch.size.
Name | Type | Description |
---|---|---|
_object | Real |
An object to submit. |
_materials | Array<Struct.BBMOD_Materials> |
An array of materials to use. |
_fn | Function |
A function that writes instance data to an array which is then passed to the material's shader. Defaults to BBMOD_DynamicBatch.default_fn if undefined . |
Struct.BBMOD_DynamicBatch
Returns self
.
The function defined in this example is actually the implementation of BBMOD_DynamicBatch.DataWriter. You can use this to create you own variation of it.
BBMOD_DynamicBatch.DataWriter, BBMOD_DynamicBatch.render, BBMOD_DynamicBatch.render_object, BBMOD_DynamicBatch.submit
Copyright © 2025, BlueBurn. Built on March 23, 2025 using GMDoc.