Sky
Inherited By: PanoramaSky,
The base class for PanoramaSky and .
The base class for and ProceduralSky.
enum RadianceSize:
RADIANCE_SIZE_64 = 1 —- Radiance texture size is 64×64 pixels.
RADIANCE_SIZE_128 = 2 —- Radiance texture size is 128×128 pixels.
RADIANCE_SIZE_512 = 4 —- Radiance texture size is 512×512 pixels.
RADIANCE_SIZE_1024 = 5 —- Radiance texture size is 1024×1024 pixels.
Note: is not exposed in the inspector as it is known to cause GPU hangs on certain systems.
- RADIANCE_SIZE_2048 = 6 —- Radiance texture size is 2048×2048 pixels.
Note: RADIANCE_SIZE_2048 is not exposed in the inspector as it is known to cause GPU hangs on certain systems.
- RadianceSize radiance_size
Setter | set_radiance_size(value) |
Getter | get_radiance_size() |
The ‘s radiance map size. The higher the radiance map size, the more detailed the lighting from the will be.
See constants for values.