ZeroZero Game Engine  v0.0
A 3D game engine using Vulkan & Jolt
Public Attributes | List of all members
Vertex Struct Reference

Detailed Description

A Mesh vertex

Public Attributes

vec3 position
 local position
 
vec3 normal
 surface normal
 
vec2 uv
 UV coordinates in the surface.
 
vec4 tangent
 UV based tangents.