2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "Sky" inherits= "Resource" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
2017-11-26 20:58:38 +01:00
The base class for [PanoramaSky] and [ProceduralSky].
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2017-11-26 20:58:38 +01:00
The base class for [PanoramaSky] and [ProceduralSky].
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "radiance_size" type= "int" setter= "set_radiance_size" getter= "get_radiance_size" enum= "Sky.RadianceSize" default= "2" >
2019-06-22 01:04:47 +02:00
The [Sky]'s radiance map size. The higher the radiance map size, the more detailed the lighting from the [Sky] will be.
2019-06-29 15:24:23 +02:00
See [enum RadianceSize] constants for values.
2021-05-20 23:52:48 +02:00
[b]Note:[/b] You will only benefit from high radiance sizes if you have perfectly sharp reflective surfaces in your project and are not using [ReflectionProbe]s or [GIProbe]s. For most projects, keeping [member radiance_size] to the default value is the best compromise between visuals and performance. Be careful when using high radiance size values as these can cause crashes on low-end GPUs.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_32" value= "0" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 32× 32 pixels.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_64" value= "1" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 64× 64 pixels.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_128" value= "2" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 128× 128 pixels.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_256" value= "3" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 256× 256 pixels.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_512" value= "4" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 512× 512 pixels.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_1024" value= "5" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 1024× 1024 pixels.
2021-05-20 23:52:48 +02:00
[b]Note:[/b] [constant RADIANCE_SIZE_1024] is not exposed in the inspector as it is known to cause GPU hangs on certain systems.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_2048" value= "6" enum= "RadianceSize" >
2019-06-22 01:04:47 +02:00
Radiance texture size is 2048× 2048 pixels.
2021-05-20 23:52:48 +02:00
[b]Note:[/b] [constant RADIANCE_SIZE_2048] is not exposed in the inspector as it is known to cause GPU hangs on certain systems.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "RADIANCE_SIZE_MAX" value= "7" enum= "RadianceSize" >
2019-06-27 11:10:53 +02:00
Represents the size of the [enum RadianceSize] enum.
2017-09-12 22:42:36 +02:00
</constant>
</constants>
</class>