Skip to main content

LightProbeVolume

LightProbeVolume

Irradiance field representation

Kind: global class
See: "Irradiance Volumes" by G.Greger, 1998

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

ParamType
vnumber

lightProbeVolume.add_point(x, y, z) ⇒ number

Kind: instance method of LightProbeVolume

ParamType
xnumber
ynumber
znumber

lightProbeVolume.remove_point(index)

Kind: instance method of LightProbeVolume

ParamType
indexnumber

lightProbeVolume.build_grid(bounds, resolution)

Kind: instance method of LightProbeVolume

ParamType
boundsAABB3
resolutionVector3 | Object

lightProbeVolume.build_mesh()

Build tetrahedral mesh

Kind: instance method of LightProbeVolume