Extends BBMOD_Class
constructor
new BBMOD_Mesh(_vertexFormat[, _model])
A mesh struct.
Name | Type | Description |
---|---|---|
_vertexFormat | Struct.BBMOD_VertexFormat |
The vertex format of the mesh. |
_model | Struct.BBMOD_Model/Undefined |
The model to which the mesh belongs. |
Name | Description |
---|---|
BboxMax | The maximum coordinate of the mesh's bounding box. Available since model version 3.1. |
BboxMin | The minimum coordinate of the mesh's bounding box. Available since model version 3.1. |
MaterialIndex | An index of a material that the mesh uses. |
Model | The model to which the mesh belongs. |
VertexBuffer | A vertex buffer. |
VertexFormat | The vertex format of the mesh. |
BBMOD_Model, BBMOD_VertexFormat
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.