Vertex struct that describes 3D position, vertex color and texture coordinate.
View code on GitHub
Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The VertexPosition3DColorUV type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VertexPosition3DColorUV(Vector2D, Color, Vector2D) | Initializes a new instance of the VertexPosition3DColorUV class |
![]() | VertexPosition3DColorUV(Vector3D, Color, Vector2D) | Initializes a new instance of the VertexPosition3DColorUV class |
Methods
Name | Description | |
---|---|---|
![]() | Lerp |
Fields
Name | Description | |
---|---|---|
![]() | Color | |
![]() | Position | |
![]() ![]() | SizeInBytes | |
![]() | UV |
Properties
Name | Description | |
---|---|---|
![]() | Format |
See Also