Lysa  0.0
Lysa 3D Engine
Vertex Struct Reference

Detailed Description

A Mesh vertex

Public Member Functions

bool operator== (const Vertex &other) const
 

Public Attributes

float3 position
 local position More...
 
float3 normal
 surface normal More...
 
float2 uv
 UV coordinates in the surface. More...
 
float4 tangent
 UV-based tangents. More...
 

Member Function Documentation

bool operator== ( const Vertex &  other) const
inline

Member Data Documentation

float3 normal

surface normal

float3 position

local position

float4 tangent

UV-based tangents.

float2 uv

UV coordinates in the surface.