Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
Loading...
Searching...
No Matches
Public Attributes | List of all members
foray::scene::Vertex Struct Reference

Vertex. More...

#include <foray_geo.hpp>

Public Attributes

glm::vec3 Pos = {}
 
glm::vec3 Normal = {}
 
glm::vec3 Tangent = {}
 
glm::vec2 Uv = {}
 

Detailed Description

Vertex.

Member Data Documentation

◆ Normal

glm::vec3 foray::scene::Vertex::Normal = {}

◆ Pos

glm::vec3 foray::scene::Vertex::Pos = {}

◆ Tangent

glm::vec3 foray::scene::Vertex::Tangent = {}

◆ Uv

glm::vec2 foray::scene::Vertex::Uv = {}

The documentation for this struct was generated from the following file: