bake_octahedral_depth_map
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(result, result_offset, scene, position, position_offset, resolution, max_depth, [sub_sample_count])
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 |
| [sub_sample_count] | number |