Vertex format with 3D position, texture UV and vertex skinning data (12 + 8 + 8 + 8 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 VertexPosition3DUVSkinned type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VertexPosition3DUVSkinned | Initializes a new instance of the VertexPosition3DUVSkinned class |
Methods
Name | Description | |
---|---|---|
![]() | Lerp |
Fields
Name | Description | |
---|---|---|
![]() | Position | |
![]() ![]() | SizeInBytes | |
![]() | Skinning | |
![]() | UV |
Properties
Name | Description | |
---|---|---|
![]() | Format |
See Also