2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2018-02-27 13:40:43 +01:00
|
|
|
<class name="Sky" inherits="Resource" category="Core" version="3.1">
|
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>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="radiance_size" type="int" setter="set_radiance_size" getter="get_radiance_size" enum="Sky.RadianceSize">
|
2017-11-26 20:58:38 +01:00
|
|
|
The Sky's radiance map size.
|
|
|
|
The higher the radiance map size, the more detailed the lighting from the Sky will be.
|
|
|
|
See RADIANCE_SIZE_* constants for values. Default size is RADIANCE_SIZE_512.
|
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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 32x32 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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 64x64 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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 128x128 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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 256x256 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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 512x512 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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 1024x1024 pixels.
|
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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is 2048x2048 pixels.
|
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">
|
2017-11-26 20:58:38 +01:00
|
|
|
Radiance texture size is the largest size it can be.
|
2017-09-12 22:42:36 +02:00
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|