Vertex struct that describes 3D position 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 VertexPosition3DUV type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VertexPosition3DUV(Vector2D, Vector2D) | Initializes a new instance of the VertexPosition3DUV class |
![]() | VertexPosition3DUV(Vector3D, Vector2D) | Initializes a new instance of the VertexPosition3DUV class |
Methods
Name | Description | |
---|---|---|
![]() | Lerp |
Fields
Name | Description | |
---|---|---|
![]() | Position | |
![]() ![]() | SizeInBytes | |
![]() | UV |
Properties
Name | Description | |
---|---|---|
![]() | Format |
See Also