Ethans Graphics Kit
Collection of graphics effects for the game engine Unity3D(version 5.3.1 specifically).
EthansLighting.EthansLighting Class Reference

Inherits MonoBehaviour.

Public Member Functions

void UpdateGI ()
 
void ApplySettings ()
 
int GetGPUMemoryUsage ()
 

Public Attributes

int globalIlluminationVolumeResolution = 32
 
float globalIlluminationVolumeSize = 100.0f
 
float globalIlluminationUpdateSmoothness = 0.9f
 
LayerMask globalIlluminationCullingMask = -1
 
int reflectionResolution = 32
 
LayerMask reflectionCullingMask = -1
 
float reflectionUpdateDelay = 0.1f
 
float reflectionUpdateSmoothness = 0.9f
 
Color fogColor = Color.black
 
float fogDepth = 1000.0f
 
float fogIntensity = 1.0f
 
float fogPower = 1.0f
 
Material reflectionShader
 
Transform reflectionOrigin
 

Static Public Attributes

static EthansLighting ethansLighting
 

Member Function Documentation

void EthansLighting.EthansLighting.ApplySettings ( )
int EthansLighting.EthansLighting.GetGPUMemoryUsage ( )
void EthansLighting.EthansLighting.UpdateGI ( )

Member Data Documentation

EthansLighting EthansLighting.EthansLighting.ethansLighting
static
Color EthansLighting.EthansLighting.fogColor = Color.black
float EthansLighting.EthansLighting.fogDepth = 1000.0f
float EthansLighting.EthansLighting.fogIntensity = 1.0f
float EthansLighting.EthansLighting.fogPower = 1.0f
LayerMask EthansLighting.EthansLighting.globalIlluminationCullingMask = -1
float EthansLighting.EthansLighting.globalIlluminationUpdateSmoothness = 0.9f
int EthansLighting.EthansLighting.globalIlluminationVolumeResolution = 32
float EthansLighting.EthansLighting.globalIlluminationVolumeSize = 100.0f
LayerMask EthansLighting.EthansLighting.reflectionCullingMask = -1
Transform EthansLighting.EthansLighting.reflectionOrigin
int EthansLighting.EthansLighting.reflectionResolution = 32
Material EthansLighting.EthansLighting.reflectionShader
float EthansLighting.EthansLighting.reflectionUpdateDelay = 0.1f
float EthansLighting.EthansLighting.reflectionUpdateSmoothness = 0.9f

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