ModelInstanceBuffer

Description

sealed class Tinman.Engine.Models.ModelInstanceBuffer

A resource handle for a static vertex buffer that holds geometry instance data.

A separate IVertexBuffer is created for each instance of ModelInstanceBuffer.

See also

ModelInstance

Public / Constructors

Model​Instance​Buffer


public constructor ModelInstanceBuffer → (1)

instances in : ModelInstance [ ]

[not-null]
The model instances to load into a static IVertexBuffer.

Creates a new instance of ModelInstanceBuffer.