A function defined in BBMOD_IMeshRenderQueue.gml
DrawMesh(_mesh, _material, _matrix)
Adds a BBMOD_ERenderCommand.DrawMesh command into the queue.
Name | Type | Description |
---|---|---|
_mesh | Struct.BBMOD_Mesh |
The mesh to draw. |
_material | Struct.BBMOD_Material |
The material to use. |
_matrix | Array |
The world matrix. |
Struct.BBMOD_IMeshRenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.