public class BasicProbeBlendingStrategy extends java.lang.Object implements LightProbeBlendingStrategy
| Constructor and Description | 
|---|
| BasicProbeBlendingStrategy() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | populateProbes(Geometry g,
              LightList lightList)Populates the resulting light probes into the given light list. | 
| void | registerProbe(LightProbe probe)Registers a probe with this strategy | 
public void registerProbe(LightProbe probe)
LightProbeBlendingStrategyregisterProbe in interface LightProbeBlendingStrategyprobe - the probe to be registeredpublic void populateProbes(Geometry g, LightList lightList)
LightProbeBlendingStrategypopulateProbes in interface LightProbeBlendingStrategyg - the geometry for which the light list is computedlightList - the result light list