mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
102 lines
2.4 KiB
ReStructuredText
102 lines
2.4 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the GIProbe.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_GIProbe:
|
|
|
|
GIProbe
|
|
=======
|
|
|
|
**Inherits:** :ref:`VisualInstance<class_VisualInstance>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
+-------+---------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`bake<class_GIProbe_bake>` **(** :ref:`Node<class_Node>` from_node=null, :ref:`bool<class_bool>` create_visual_debug=false **)** |
|
|
+-------+---------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`debug_bake<class_GIProbe_debug_bake>` **(** **)** |
|
|
+-------+---------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Enumerations
|
|
------------
|
|
|
|
.. _enum_GIProbe_Subdiv:
|
|
|
|
enum **Subdiv**
|
|
|
|
- **SUBDIV_64** = **0**
|
|
- **SUBDIV_128** = **1**
|
|
- **SUBDIV_256** = **2**
|
|
- **SUBDIV_512** = **3**
|
|
- **SUBDIV_MAX** = **4**
|
|
|
|
|
|
Tutorials
|
|
---------
|
|
|
|
- :doc:`../tutorials/3d/gi_probes`
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_GIProbe_bias:
|
|
|
|
- :ref:`float<class_float>` **bias**
|
|
|
|
.. _class_GIProbe_compress:
|
|
|
|
- :ref:`bool<class_bool>` **compress**
|
|
|
|
.. _class_GIProbe_data:
|
|
|
|
- :ref:`GIProbeData<class_GIProbeData>` **data**
|
|
|
|
.. _class_GIProbe_dynamic_range:
|
|
|
|
- :ref:`int<class_int>` **dynamic_range**
|
|
|
|
.. _class_GIProbe_energy:
|
|
|
|
- :ref:`float<class_float>` **energy**
|
|
|
|
.. _class_GIProbe_extents:
|
|
|
|
- :ref:`Vector3<class_Vector3>` **extents**
|
|
|
|
.. _class_GIProbe_interior:
|
|
|
|
- :ref:`bool<class_bool>` **interior**
|
|
|
|
.. _class_GIProbe_normal_bias:
|
|
|
|
- :ref:`float<class_float>` **normal_bias**
|
|
|
|
.. _class_GIProbe_propagation:
|
|
|
|
- :ref:`float<class_float>` **propagation**
|
|
|
|
.. _class_GIProbe_subdiv:
|
|
|
|
- :ref:`Subdiv<enum_GIProbe_Subdiv>` **subdiv**
|
|
|
|
|
|
Method Descriptions
|
|
-------------------
|
|
|
|
.. _class_GIProbe_bake:
|
|
|
|
- void **bake** **(** :ref:`Node<class_Node>` from_node=null, :ref:`bool<class_bool>` create_visual_debug=false **)**
|
|
|
|
.. _class_GIProbe_debug_bake:
|
|
|
|
- void **debug_bake** **(** **)**
|
|
|
|
|