For ordered geometry into batches by Shader and BlendMode, allows for more efficient rendering.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Rendering2D Batch
DeltaEngine.Rendering3D Batch3D
Namespace: DeltaEngine.Rendering3D
Assembly: DeltaEngine.Rendering3D (in DeltaEngine.Rendering3D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The Batch3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Batch3D | Initializes a new instance of the Batch3D class |
Methods
Name | Description | |
---|---|---|
![]() | AddIndices | (Inherited from Batch.) |
![]() | AddIndicesReversedWinding | (Inherited from Batch.) |
![]() | Draw | (Overrides Batch Draw(Drawing).) |
![]() | IsBufferFullAndResizeIfPossible | (Inherited from Batch.) |
![]() | Reset | (Inherited from Batch.) |
![]() | ResizeColorUVVertices | (Overrides Batch ResizeColorUVVertices(Int32).) |
![]() | ResizeColorVertices | (Overrides Batch ResizeColorVertices(Int32).) |
![]() | ResizeUVVertices | (Overrides Batch ResizeUVVertices(Int32).) |
Fields
Name | Description | |
---|---|---|
![]() | hasColor | (Inherited from Batch.) |
![]() | hasUV | (Inherited from Batch.) |
![]() | indices | (Inherited from Batch.) |
![]() | indicesIndex | (Inherited from Batch.) |
![]() | verticesColorUV | |
![]() | verticesIndex | (Inherited from Batch.) |
Properties
Name | Description | |
---|---|---|
![]() | BlendMode | (Inherited from Batch.) |
![]() | Material | (Inherited from Batch.) |
See Also