.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/VoxelGIData.xml. .. _class_VoxelGIData: VoxelGIData =========== **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`bias` | ``1.5`` | +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`dynamic_range` | ``2.0`` | +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`energy` | ``1.0`` | +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`interior` | ``false`` | +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`normal_bias` | ``0.0`` | +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`propagation` | ``0.5`` | +---------------------------+--------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`use_two_bounces` | ``true`` | +---------------------------+--------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`allocate` **(** :ref:`Transform3D` to_cell_xform, :ref:`AABB` aabb, :ref:`Vector3` octree_size, :ref:`PackedByteArray` octree_cells, :ref:`PackedByteArray` data_cells, :ref:`PackedByteArray` distance_field, :ref:`PackedInt32Array` level_counts **)** | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`AABB` | :ref:`get_bounds` **(** **)** |const| | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedByteArray` | :ref:`get_data_cells` **(** **)** |const| | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedInt32Array` | :ref:`get_level_counts` **(** **)** |const| | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedByteArray` | :ref:`get_octree_cells` **(** **)** |const| | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`get_octree_size` **(** **)** |const| | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform3D` | :ref:`get_to_cell_xform` **(** **)** |const| | +-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_VoxelGIData_property_bias: .. rst-class:: classref-property :ref:`float` **bias** = ``1.5`` .. rst-class:: classref-property-setget - void **set_bias** **(** :ref:`float` value **)** - :ref:`float` **get_bias** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_property_dynamic_range: .. rst-class:: classref-property :ref:`float` **dynamic_range** = ``2.0`` .. rst-class:: classref-property-setget - void **set_dynamic_range** **(** :ref:`float` value **)** - :ref:`float` **get_dynamic_range** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_property_energy: .. rst-class:: classref-property :ref:`float` **energy** = ``1.0`` .. rst-class:: classref-property-setget - void **set_energy** **(** :ref:`float` value **)** - :ref:`float` **get_energy** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_property_interior: .. rst-class:: classref-property :ref:`bool` **interior** = ``false`` .. rst-class:: classref-property-setget - void **set_interior** **(** :ref:`bool` value **)** - :ref:`bool` **is_interior** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_property_normal_bias: .. rst-class:: classref-property :ref:`float` **normal_bias** = ``0.0`` .. rst-class:: classref-property-setget - void **set_normal_bias** **(** :ref:`float` value **)** - :ref:`float` **get_normal_bias** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_property_propagation: .. rst-class:: classref-property :ref:`float` **propagation** = ``0.5`` .. rst-class:: classref-property-setget - void **set_propagation** **(** :ref:`float` value **)** - :ref:`float` **get_propagation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_property_use_two_bounces: .. rst-class:: classref-property :ref:`bool` **use_two_bounces** = ``true`` .. rst-class:: classref-property-setget - void **set_use_two_bounces** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_two_bounces** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_VoxelGIData_method_allocate: .. rst-class:: classref-method void **allocate** **(** :ref:`Transform3D` to_cell_xform, :ref:`AABB` aabb, :ref:`Vector3` octree_size, :ref:`PackedByteArray` octree_cells, :ref:`PackedByteArray` data_cells, :ref:`PackedByteArray` distance_field, :ref:`PackedInt32Array` level_counts **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_method_get_bounds: .. rst-class:: classref-method :ref:`AABB` **get_bounds** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_method_get_data_cells: .. rst-class:: classref-method :ref:`PackedByteArray` **get_data_cells** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_method_get_level_counts: .. rst-class:: classref-method :ref:`PackedInt32Array` **get_level_counts** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_method_get_octree_cells: .. rst-class:: classref-method :ref:`PackedByteArray` **get_octree_cells** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_method_get_octree_size: .. rst-class:: classref-method :ref:`Vector3` **get_octree_size** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGIData_method_get_to_cell_xform: .. rst-class:: classref-method :ref:`Transform3D` **get_to_cell_xform** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`