LightProbeVolume
LightProbeVolume
Irradiance field representation
Kind: global class
See: "Irradiance Volumes" by G.Greger, 1998
- LightProbeVolume
- .version ⇒
number - .mesh ⇒
TetrahedralMesh - .depth_map_resolution
- .add_point(x, y, z) ⇒
number - .remove_point(index)
- .build_grid(bounds, resolution)
- .build_mesh()
- .version ⇒
lightProbeVolume.version ⇒ number
Kind: instance property of LightProbeVolume
lightProbeVolume.mesh ⇒ TetrahedralMesh
Kind: instance property of LightProbeVolume
lightProbeVolume.depth_map_resolution
Kind: instance property of LightProbeVolume
| Param | Type |
|---|---|
| v | number |
lightProbeVolume.add_point(x, y, z) ⇒ number
Kind: instance method of LightProbeVolume
| Param | Type |
|---|---|
| x | number |
| y | number |
| z | number |
lightProbeVolume.remove_point(index)
Kind: instance method of LightProbeVolume
| Param | Type |
|---|---|
| index | number |
lightProbeVolume.build_grid(bounds, resolution)
Kind: instance method of LightProbeVolume
| Param | Type |
|---|---|
| bounds | AABB3 |
| resolution | Vector3 | Object |
lightProbeVolume.build_mesh()
Build tetrahedral mesh
Kind: instance method of LightProbeVolume