Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::shadow::PosNormalTexcoordVertex Struct Reference

#include <shadow.h>

Public Attributes

float m_x
 
float m_y
 
float m_z
 
uint32_t m_normal
 
float m_u
 
float m_v
 

Detailed Description

Definition at line 117 of file shadow.h.

Member Data Documentation

◆ m_normal

uint32_t unravel::shadow::PosNormalTexcoordVertex::m_normal

Definition at line 122 of file shadow.h.

◆ m_u

float unravel::shadow::PosNormalTexcoordVertex::m_u

Definition at line 123 of file shadow.h.

◆ m_v

float unravel::shadow::PosNormalTexcoordVertex::m_v

Definition at line 124 of file shadow.h.

◆ m_x

float unravel::shadow::PosNormalTexcoordVertex::m_x

Definition at line 119 of file shadow.h.

◆ m_y

float unravel::shadow::PosNormalTexcoordVertex::m_y

Definition at line 120 of file shadow.h.

◆ m_z

float unravel::shadow::PosNormalTexcoordVertex::m_z

Definition at line 121 of file shadow.h.


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