class_giprobe.rst 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the GIProbe.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_GIProbe:
  5. GIProbe
  6. =======
  7. **Inherits:** :ref:`VisualInstance<class_VisualInstance>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +---------------------------------------+------------------------------------------------------------+
  14. | :ref:`float<class_float>` | :ref:`bias<class_GIProbe_property_bias>` |
  15. +---------------------------------------+------------------------------------------------------------+
  16. | :ref:`bool<class_bool>` | :ref:`compress<class_GIProbe_property_compress>` |
  17. +---------------------------------------+------------------------------------------------------------+
  18. | :ref:`GIProbeData<class_GIProbeData>` | :ref:`data<class_GIProbe_property_data>` |
  19. +---------------------------------------+------------------------------------------------------------+
  20. | :ref:`int<class_int>` | :ref:`dynamic_range<class_GIProbe_property_dynamic_range>` |
  21. +---------------------------------------+------------------------------------------------------------+
  22. | :ref:`float<class_float>` | :ref:`energy<class_GIProbe_property_energy>` |
  23. +---------------------------------------+------------------------------------------------------------+
  24. | :ref:`Vector3<class_Vector3>` | :ref:`extents<class_GIProbe_property_extents>` |
  25. +---------------------------------------+------------------------------------------------------------+
  26. | :ref:`bool<class_bool>` | :ref:`interior<class_GIProbe_property_interior>` |
  27. +---------------------------------------+------------------------------------------------------------+
  28. | :ref:`float<class_float>` | :ref:`normal_bias<class_GIProbe_property_normal_bias>` |
  29. +---------------------------------------+------------------------------------------------------------+
  30. | :ref:`float<class_float>` | :ref:`propagation<class_GIProbe_property_propagation>` |
  31. +---------------------------------------+------------------------------------------------------------+
  32. | :ref:`Subdiv<enum_GIProbe_Subdiv>` | :ref:`subdiv<class_GIProbe_property_subdiv>` |
  33. +---------------------------------------+------------------------------------------------------------+
  34. Methods
  35. -------
  36. +------+----------------------------------------------------------------------------------------------------------------------------------------------+
  37. | void | :ref:`bake<class_GIProbe_method_bake>` **(** :ref:`Node<class_Node>` from_node=null, :ref:`bool<class_bool>` create_visual_debug=false **)** |
  38. +------+----------------------------------------------------------------------------------------------------------------------------------------------+
  39. | void | :ref:`debug_bake<class_GIProbe_method_debug_bake>` **(** **)** |
  40. +------+----------------------------------------------------------------------------------------------------------------------------------------------+
  41. Enumerations
  42. ------------
  43. .. _enum_GIProbe_Subdiv:
  44. .. _class_GIProbe_constant_SUBDIV_64:
  45. .. _class_GIProbe_constant_SUBDIV_128:
  46. .. _class_GIProbe_constant_SUBDIV_256:
  47. .. _class_GIProbe_constant_SUBDIV_512:
  48. .. _class_GIProbe_constant_SUBDIV_MAX:
  49. enum **Subdiv**:
  50. - **SUBDIV_64** = **0**
  51. - **SUBDIV_128** = **1**
  52. - **SUBDIV_256** = **2**
  53. - **SUBDIV_512** = **3**
  54. - **SUBDIV_MAX** = **4**
  55. Tutorials
  56. ---------
  57. - :doc:`../tutorials/3d/gi_probes`
  58. Property Descriptions
  59. ---------------------
  60. .. _class_GIProbe_property_bias:
  61. - :ref:`float<class_float>` **bias**
  62. +----------+-----------------+
  63. | *Setter* | set_bias(value) |
  64. +----------+-----------------+
  65. | *Getter* | get_bias() |
  66. +----------+-----------------+
  67. .. _class_GIProbe_property_compress:
  68. - :ref:`bool<class_bool>` **compress**
  69. +----------+---------------------+
  70. | *Setter* | set_compress(value) |
  71. +----------+---------------------+
  72. | *Getter* | is_compressed() |
  73. +----------+---------------------+
  74. .. _class_GIProbe_property_data:
  75. - :ref:`GIProbeData<class_GIProbeData>` **data**
  76. +----------+-----------------------+
  77. | *Setter* | set_probe_data(value) |
  78. +----------+-----------------------+
  79. | *Getter* | get_probe_data() |
  80. +----------+-----------------------+
  81. .. _class_GIProbe_property_dynamic_range:
  82. - :ref:`int<class_int>` **dynamic_range**
  83. +----------+--------------------------+
  84. | *Setter* | set_dynamic_range(value) |
  85. +----------+--------------------------+
  86. | *Getter* | get_dynamic_range() |
  87. +----------+--------------------------+
  88. .. _class_GIProbe_property_energy:
  89. - :ref:`float<class_float>` **energy**
  90. +----------+-------------------+
  91. | *Setter* | set_energy(value) |
  92. +----------+-------------------+
  93. | *Getter* | get_energy() |
  94. +----------+-------------------+
  95. .. _class_GIProbe_property_extents:
  96. - :ref:`Vector3<class_Vector3>` **extents**
  97. +----------+--------------------+
  98. | *Setter* | set_extents(value) |
  99. +----------+--------------------+
  100. | *Getter* | get_extents() |
  101. +----------+--------------------+
  102. .. _class_GIProbe_property_interior:
  103. - :ref:`bool<class_bool>` **interior**
  104. +----------+---------------------+
  105. | *Setter* | set_interior(value) |
  106. +----------+---------------------+
  107. | *Getter* | is_interior() |
  108. +----------+---------------------+
  109. .. _class_GIProbe_property_normal_bias:
  110. - :ref:`float<class_float>` **normal_bias**
  111. +----------+------------------------+
  112. | *Setter* | set_normal_bias(value) |
  113. +----------+------------------------+
  114. | *Getter* | get_normal_bias() |
  115. +----------+------------------------+
  116. .. _class_GIProbe_property_propagation:
  117. - :ref:`float<class_float>` **propagation**
  118. +----------+------------------------+
  119. | *Setter* | set_propagation(value) |
  120. +----------+------------------------+
  121. | *Getter* | get_propagation() |
  122. +----------+------------------------+
  123. .. _class_GIProbe_property_subdiv:
  124. - :ref:`Subdiv<enum_GIProbe_Subdiv>` **subdiv**
  125. +----------+-------------------+
  126. | *Setter* | set_subdiv(value) |
  127. +----------+-------------------+
  128. | *Getter* | get_subdiv() |
  129. +----------+-------------------+
  130. Method Descriptions
  131. -------------------
  132. .. _class_GIProbe_method_bake:
  133. - void **bake** **(** :ref:`Node<class_Node>` from_node=null, :ref:`bool<class_bool>` create_visual_debug=false **)**
  134. .. _class_GIProbe_method_debug_bake:
  135. - void **debug_bake** **(** **)**