Class InstancingUserBuffer
[DataContract("InstancingUserBuffer")]
[Display("UserBuffer", null)]
public class InstancingUserBuffer : IInstancing
- Inheritance
-
InstancingUserBuffer
- Implements
Fields
InstanceWorldBuffer
public Buffer InstanceWorldBuffer
Field Value
InstanceWorldInverseBuffer
public Buffer InstanceWorldInverseBuffer
Field Value
Properties
BoundingBox
The bounding box of the world matrices, updated automatically by the InstancingProcessor.
public virtual BoundingBox BoundingBox { get; set; }
Property Value
InstanceCount
The instance count
public virtual int InstanceCount { get; set; }
Property Value
ModelTransformUsage
[DataMember(10)]
[Display("Model Transformation Usage", null)]
public virtual ModelTransformUsage ModelTransformUsage { get; set; }
Property Value
Methods
Update()
public void Update()