Simplest vertex format with just 3D positions and vertex colors (12 + 4 bytes).
View code on GitHub
Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The VertexPosition3DColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VertexPosition3DColor(Vector2D, Color) | Initializes a new instance of the VertexPosition3DColor class |
![]() | VertexPosition3DColor(Vector3D, Color) | Initializes a new instance of the VertexPosition3DColor class |
Methods
Name | Description | |
---|---|---|
![]() | Lerp |
Fields
Name | Description | |
---|---|---|
![]() | Color | |
![]() | Position | |
![]() ![]() | SizeInBytes |
Properties
Name | Description | |
---|---|---|
![]() | Format |
See Also