Show / Hide Table of Contents

Struct Vertex3D

Vertex data used in 3D mesh rendering operations

Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public struct Vertex3D

Fields

SizeInBytes

Declaration
public const uint SizeInBytes = null
Field Value
Type Description
System.UInt32

Properties

Normal

Used for lighting calculations

Declaration
public Vector3 Normal { get; set; }
Property Value
Type Description
Vector3

Position

X, Y, Z

Declaration
public Vector3 Position { get; set; }
Property Value
Type Description
Vector3

TexCoord

Texture Mapping coordinates

Declaration
public Vector2 TexCoord { get; set; }
Property Value
Type Description
Vector2
In This Article
Back to top yak2D - Alex Paterson