bake_octahedral_depth_map_fibonacci
Constants
- DEPTH_SHARPNESS :
number
Weights of rays that are aligned with the probe direction get exponentially weighted by this exponent
- ray_hit :
Array.<number>
Functions
DEPTH_SHARPNESS : number
Weights of rays that are aligned with the probe direction get exponentially weighted by this exponent
Kind: global constant
ray_hit : Array.<number>
Kind: global constant
bake_octahedral_depth_map_fibonacci(result, result_offset, scene, position, position_offset, resolution, max_depth, [density])
Kind: global function
Param | Type |
---|---|
result | Array.<number> |
result_offset | number |
scene | PathTracedScene |
position | Array.<number> | Vector3 |
position_offset | number |
resolution | number |
max_depth | number |
[density] | number |