Struct DirectionalLightInfo

Struct Documentation

struct DirectionalLightInfo

Used to bind a directional light to the Pixel shader.

Public Members

Vector3 direction = {1.0f, , }
float diffuseIntensity = 0.0f
Color ambientColor = {0.05f, , , }
Color diffuseColor = {1.0f, , , }