Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::shadow::Light::SpotDirectionInner Union Reference

#include <shadow.h>

Public Attributes

struct { 
 
   float   m_x 
 
   float   m_y 
 
   float   m_z 
 
   float   m_inner 
 
};  
 
float m_v [4]
 

Detailed Description

Definition at line 142 of file shadow.h.

Member Data Documentation

◆ [struct]

◆ m_inner

float unravel::shadow::Light::SpotDirectionInner::m_inner

Definition at line 149 of file shadow.h.

◆ m_v

float unravel::shadow::Light::SpotDirectionInner::m_v[4]

Definition at line 152 of file shadow.h.

◆ m_x

float unravel::shadow::Light::SpotDirectionInner::m_x

Definition at line 146 of file shadow.h.

◆ m_y

float unravel::shadow::Light::SpotDirectionInner::m_y

Definition at line 147 of file shadow.h.

◆ m_z

float unravel::shadow::Light::SpotDirectionInner::m_z

Definition at line 148 of file shadow.h.


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