Sky.RadianceSize/radianceSize - multiple declarations
Function Sky.radianceSize
The Sky's radiance map size. The higher the radiance map size, the more detailed the lighting from the Sky will be.
See radiancesize constants for values.
Note: Some hardware will have trouble with higher radiance sizes, especially constant RADIANCE_SIZE_512 and above. Only use such high values on high-end hardware.
Sky . RadianceSize radianceSize() nothrow @property @nogc;
void radianceSize
(
long v
) nothrow @property @nogc;
Enum Sky.RadianceSize
enum RadianceSize
: int { ... }
Enum members
| Name | Description |
|---|---|
radianceSize1024
|
Radiance texture size is 1024×1024 pixels. |
radianceSize128
|
Radiance texture size is 128×128 pixels. |
radianceSize2048
|
Radiance texture size is 2048×2048 pixels. |
radianceSize256
|
Radiance texture size is 256×256 pixels. |
radianceSize32
|
Radiance texture size is 32×32 pixels. |
radianceSize512
|
Radiance texture size is 512×512 pixels. |
radianceSize64
|
Radiance texture size is 64×64 pixels. |
radianceSizeMax
|
Represents the size of the radiancesize enum.
|