DI-Guy SDK Documentation  13.8
diguyLightRenderDesc Struct Reference

This class is a simple structure for transmitting diguy lights down to the uniform buffer system this is then copied to a GPU friendly structure. More...

#include <diguyViewLight.h>

Public Member Functions

 diguyLightRenderDesc ()
 

Public Attributes

double m_position [4]
 
float m_radius
 
float m_direction [4]
 
float m_diffuse [3]
 
float m_ambient [3]
 
float m_specular [3]
 
float m_falloff_r
 
float m_falloff_rsq
 
float m_spot_angle
 
float m_spot_exponent
 

Detailed Description

This class is a simple structure for transmitting diguy lights down to the uniform buffer system this is then copied to a GPU friendly structure.

Constructor & Destructor Documentation

diguyLightRenderDesc::diguyLightRenderDesc ( )
inline

Member Data Documentation

double diguyLightRenderDesc::m_position[4]
float diguyLightRenderDesc::m_radius
float diguyLightRenderDesc::m_direction[4]
float diguyLightRenderDesc::m_diffuse[3]
float diguyLightRenderDesc::m_ambient[3]
float diguyLightRenderDesc::m_specular[3]
float diguyLightRenderDesc::m_falloff_r
float diguyLightRenderDesc::m_falloff_rsq
float diguyLightRenderDesc::m_spot_angle
float diguyLightRenderDesc::m_spot_exponent

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