Skip to main content

Object3DLightLightProbe

HemisphereLightProbe

Light probes are an alternative way of adding light to a 3D scene. HemisphereLightProbe is the light estimation data of a single hemisphere light in the scene. For more information about light probes, go to LightProbe.

Constructor

HemisphereLightProbe

function HemisphereLightProbe( skyColor: Color, groundColor: Color, intensity:
Float ): void;

skyColor - (optional) An instance of Color, string representing a color or a number representing a color.
groundColor - (optional) An instance of Color, string representing a color or a number representing a color.
intensity - (optional) Numeric value of the light probe's intensity. Default is 1.

Creates a new HemisphereLightProbe.

Properties

See the base LightProbe class for common properties.

isHemisphereLightProbe

isHemisphereLightProbe: Boolean;  

Read-only flag to check if a given object is of type HemisphereLightProbe.

Methods

See the base LightProbe class for common methods.

Source

src/lights/HemisphereLightProbe.js