|
Nebula
|
#include <lightcontext.h>
Public Attributes | |
| Math::vec3 | color = Math::vec3(1) |
| float | intensity = 1.0f |
| float | range = 10.0f |
| Graphics::StageMask | stageMask = 0xFFFF |
| bool | castShadows = false |
| CoreGraphics::TextureId | projection = CoreGraphics::InvalidTextureId |
| bool Lighting::LightContext::PointLightSetupInfo::castShadows = false |
| Math::vec3 Lighting::LightContext::PointLightSetupInfo::color = Math::vec3(1) |
| float Lighting::LightContext::PointLightSetupInfo::intensity = 1.0f |
| CoreGraphics::TextureId Lighting::LightContext::PointLightSetupInfo::projection = CoreGraphics::InvalidTextureId |
| float Lighting::LightContext::PointLightSetupInfo::range = 10.0f |
| Graphics::StageMask Lighting::LightContext::PointLightSetupInfo::stageMask = 0xFFFF |