BBMOD_IMeshRenderQueue.DrawMeshBatched

A function defined in BBMOD_IMeshRenderQueue.gml

DrawMeshBatched(_mesh, _material, _matrix, _batchData)

Description

Adds a BBMOD_ERenderCommand.DrawMeshBatched command into the queue.

Arguments

Name Type Description
_mesh Struct.BBMOD_Mesh The mesh to draw.
_material Struct.BBMOD_Material The material to use.
_matrix Array The world matrix.
_batchData Array, Array<Array> Either a single array of batch data or an array of arrays of batch data.

Returns

Struct.BBMOD_IMeshRenderQueue Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.