a batched mesh for hierarchical level of detail (HLOD) in 3D rendering. This class optimizes rendering performance by combining multiple sub-meshes into a single rendering unit, reducing draw calls.
用于层次化细节级别(HLOD)的批处理网格。该类通过合并多个子网格为单一的渲染单元来优化渲染性能,减少绘制调用。
construct method of HLODBatchMesh.
HLODBatchMesh的构造方法。
静态
The batched mesh.
合批后的网格。
The batch sub-mesh information.
合批子网格信息。
VAO (Vertex Array Object) instance
VAO (顶点数组对象) 实例
Get whether the object is destroyed
获取是否已销毁
Draw type
绘制类型
Index buffer format
索引缓冲区格式
Number of instances to draw
要绘制的实例数量
Mesh topology type
网格拓扑类型
Get the geometry type
获取几何体类型
Clear render parameters
清除渲染参数
Destroy the HLODBatchMesh.
销毁 HLODBatchMesh。
The starting index in the array
The number of indices to be rendered
Set parameters for drawing arrays
设置绘制数组的参数。
The number of elements to be rendered
The starting offset in the element array
Set parameters for drawing elements
设置绘制元素的参数。
En
a batched mesh for hierarchical level of detail (HLOD) in 3D rendering. This class optimizes rendering performance by combining multiple sub-meshes into a single rendering unit, reducing draw calls.
Zh
用于层次化细节级别(HLOD)的批处理网格。该类通过合并多个子网格为单一的渲染单元来优化渲染性能,减少绘制调用。