group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Asset::Vertex Struct Reference

Per-vertex attributes: position, normal, texture coordinates, and tangent. More...

#include <Asset.hpp>

Public Attributes

glm::vec3 position
glm::vec3 normal
glm::vec2 texUV
glm::vec4 tangent
glm::vec2 lightMapUV

Detailed Description

Per-vertex attributes: position, normal, texture coordinates, and tangent.

Member Data Documentation

◆ lightMapUV

glm::vec2 Asset::Vertex::lightMapUV

◆ normal

glm::vec3 Asset::Vertex::normal

◆ position

glm::vec3 Asset::Vertex::position

◆ tangent

glm::vec4 Asset::Vertex::tangent

◆ texUV

glm::vec2 Asset::Vertex::texUV

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