Environment map renderer attributes. More...
#include <EnvMapRenderer.hpp>
Public Attributes | |
ITextureView * | pEnvMap = nullptr |
Environment map cube map or sphere map. | |
float | AverageLogLum = 1 |
Average log luminance for tone mapping. | |
float | MipLevel = 0 |
Mip level of the environment map to use. | |
float | Alpha = 1 |
Alpha value to write to the output render target. | |
OPTION_FLAGS | Options = OPTION_FLAG_NONE |
Option flags. | |
float3 | Scale = {1, 1, 1} |
Scaling factor to apply to the environment map. | |
Environment map renderer attributes.