class_sky.rst 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the Sky.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_Sky:
  5. Sky
  6. ===
  7. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Inherited By:** :ref:`PanoramaSky<class_PanoramaSky>`, :ref:`ProceduralSky<class_ProceduralSky>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. The base class for :ref:`PanoramaSky<class_PanoramaSky>` and :ref:`ProceduralSky<class_ProceduralSky>`.
  13. Properties
  14. ----------
  15. +--------------------------------------------+-----------------------------------------------+
  16. | :ref:`RadianceSize<enum_Sky_RadianceSize>` | :ref:`radiance_size<class_Sky_radiance_size>` |
  17. +--------------------------------------------+-----------------------------------------------+
  18. Enumerations
  19. ------------
  20. .. _enum_Sky_RadianceSize:
  21. enum **RadianceSize**:
  22. - **RADIANCE_SIZE_32** = **0** --- Radiance texture size is 32x32 pixels.
  23. - **RADIANCE_SIZE_64** = **1** --- Radiance texture size is 64x64 pixels.
  24. - **RADIANCE_SIZE_128** = **2** --- Radiance texture size is 128x128 pixels.
  25. - **RADIANCE_SIZE_256** = **3** --- Radiance texture size is 256x256 pixels.
  26. - **RADIANCE_SIZE_512** = **4** --- Radiance texture size is 512x512 pixels.
  27. - **RADIANCE_SIZE_1024** = **5** --- Radiance texture size is 1024x1024 pixels.
  28. - **RADIANCE_SIZE_2048** = **6** --- Radiance texture size is 2048x2048 pixels.
  29. - **RADIANCE_SIZE_MAX** = **7** --- Radiance texture size is the largest size it can be.
  30. Description
  31. -----------
  32. The base class for :ref:`PanoramaSky<class_PanoramaSky>` and :ref:`ProceduralSky<class_ProceduralSky>`.
  33. Property Descriptions
  34. ---------------------
  35. .. _class_Sky_radiance_size:
  36. - :ref:`RadianceSize<enum_Sky_RadianceSize>` **radiance_size**
  37. +----------+--------------------------+
  38. | *Setter* | set_radiance_size(value) |
  39. +----------+--------------------------+
  40. | *Getter* | get_radiance_size() |
  41. +----------+--------------------------+
  42. The Sky's radiance map size.
  43. The higher the radiance map size, the more detailed the lighting from the Sky will be.
  44. See RADIANCE_SIZE\_\* constants for values. Default size is RADIANCE_SIZE_512.