VoxelGIData

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

bias

1.5

float

dynamic_range

2.0

float

energy

1.0

bool

interior

false

float

normal_bias

0.0

float

propagation

0.5

bool

use_two_bounces

true

Methods

void

allocate ( Transform3D to_cell_xform, AABB aabb, Vector3 octree_size, PackedByteArray octree_cells, PackedByteArray data_cells, PackedByteArray distance_field, PackedInt32Array level_counts )

AABB

get_bounds ( ) const

PackedByteArray

get_data_cells ( ) const

PackedInt32Array

get_level_counts ( ) const

PackedByteArray

get_octree_cells ( ) const

Vector3

get_octree_size ( ) const

Transform3D

get_to_cell_xform ( ) const


Property Descriptions

float bias = 1.5

  • void set_bias ( float value )

  • float get_bias ( )

There is currently no description for this property. Please help us by contributing one!


float dynamic_range = 2.0

  • void set_dynamic_range ( float value )

  • float get_dynamic_range ( )

There is currently no description for this property. Please help us by contributing one!


float energy = 1.0

  • void set_energy ( float value )

  • float get_energy ( )

There is currently no description for this property. Please help us by contributing one!


bool interior = false

  • void set_interior ( bool value )

  • bool is_interior ( )

There is currently no description for this property. Please help us by contributing one!


float normal_bias = 0.0

  • void set_normal_bias ( float value )

  • float get_normal_bias ( )

There is currently no description for this property. Please help us by contributing one!


float propagation = 0.5

  • void set_propagation ( float value )

  • float get_propagation ( )

There is currently no description for this property. Please help us by contributing one!


bool use_two_bounces = true

  • void set_use_two_bounces ( bool value )

  • bool is_using_two_bounces ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

void allocate ( Transform3D to_cell_xform, AABB aabb, Vector3 octree_size, PackedByteArray octree_cells, PackedByteArray data_cells, PackedByteArray distance_field, PackedInt32Array level_counts )

There is currently no description for this method. Please help us by contributing one!


AABB get_bounds ( ) const

There is currently no description for this method. Please help us by contributing one!


PackedByteArray get_data_cells ( ) const

There is currently no description for this method. Please help us by contributing one!


PackedInt32Array get_level_counts ( ) const

There is currently no description for this method. Please help us by contributing one!


PackedByteArray get_octree_cells ( ) const

There is currently no description for this method. Please help us by contributing one!


Vector3 get_octree_size ( ) const

There is currently no description for this method. Please help us by contributing one!


Transform3D get_to_cell_xform ( ) const

There is currently no description for this method. Please help us by contributing one!