Click or drag to resize
Ab4d.SharpEngine logo

TriangleMeshTRecreateIndexBuffer Method

Overload List
 NameDescription
Public methodRecreateIndexBuffer RecreateIndexBuffer recreates the index buffer from the mesh's TriangleIndices array. This method can be called only after the mesh and its Scene are initialized (Scene.GpuDevice is not null).
Public methodRecreateIndexBuffer(BoundingBox) RecreateIndexBuffer recreates the index buffer from the mesh's TriangleIndices array. It also sets the BoundingBox to a new value. This method can be called only after the mesh and its Scene are initialized (Scene.GpuDevice is not null).
Top
See Also