Table of Contents

Class RenderInstancing

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

Contains information for model instancing. Used by the InstancingRenderFeature

public class RenderInstancing
Inheritance
RenderInstancing

Fields

BuffersManagedByUser

public bool BuffersManagedByUser

Field Value

bool

InstanceCount

public int InstanceCount

Field Value

int

InstanceWorldBuffer

public Buffer InstanceWorldBuffer

Field Value

Buffer

InstanceWorldInverseBuffer

public Buffer InstanceWorldInverseBuffer

Field Value

Buffer

ModelTransformUsage

public int ModelTransformUsage

Field Value

int

WorldInverseMatrices

public Matrix[] WorldInverseMatrices

Field Value

Matrix[]

WorldMatrices

public Matrix[] WorldMatrices

Field Value

Matrix[]