DeltaEngine.Graphics.Vertices NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classVertexElement
An element of a rendering vertex (like the position, the color, the normal, the uv, etc.) View code on GitHub
Public classVertexElement ElementTypeNotYetSupported
Public classVertexFormat
The format for a vertex, e.g. it contains position, color and texture. View code on GitHub
Structures

  StructureDescription
Public structureSkinningData
Skinning vertex data with two joint transform indices and weights. View code on GitHub
Public structureVertexPosition2DColor
Simplest vertex format with just 2D positions and vertex colors (8 + 4 bytes). View code on GitHub
Public structureVertexPosition2DColorUV
Vertex struct that describes 3D position, vertex color and texture coordinate. View code on GitHub
Public structureVertexPosition2DUV
Vertex struct that describes 2D position and texture coordinate. View code on GitHub
Public structureVertexPosition3DColor
Simplest vertex format with just 3D positions and vertex colors (12 + 4 bytes). View code on GitHub
Public structureVertexPosition3DColorSkinned
Vertex format with 3D position, color and vertex skinning data (12 + 4 + 8 + 8 bytes). View code on GitHub
Public structureVertexPosition3DColorUV
Vertex struct that describes 3D position, vertex color and texture coordinate. View code on GitHub
Public structureVertexPosition3DNormalUV
Vertex struct that describes 3D position, vertex color and texture coordinate. View code on GitHub
Public structureVertexPosition3DUV
Vertex struct that describes 3D position and texture coordinate. View code on GitHub
Public structureVertexPosition3DUVSkinned
Vertex format with 3D position, texture UV and vertex skinning data (12 + 8 + 8 + 8 bytes). View code on GitHub
Interfaces

  InterfaceDescription
Public interfaceVertex
Defines a vertex. View code on GitHub
Enumerations

  EnumerationDescription
Public enumerationVertexElementType
Vertex elements are used for describe the vertex data layout. View code on GitHub
Public enumerationVerticesMode
Vertices are either presented as triangles (3 vertices are one polygon) or as pairs of lines. View code on GitHub