BBMOD_Mesh.render

A function defined in BBMOD_Mesh.gml

render(_material, _transform, _batchData, _matrix)

Description

Enqueues the mesh for rendering.

Arguments

Name Type Description
_material Struct.BBMOD_BaseMaterial The material to use.
_transform Array An array of bone transforms or undefined.
_batchData Array, Array<Array> Data for dynamic batching or undefined.
_matrix Array The current world matrix.

Returns

Struct.BBMOD_Mesh Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.