Class WeightedProbeBlendingStrategy

java.lang.Object
com.jme3.light.WeightedProbeBlendingStrategy
All Implemented Interfaces:
LightProbeBlendingStrategy

public class WeightedProbeBlendingStrategy extends Object implements LightProbeBlendingStrategy
This strategy returns the 3 closest probe from the rendered object.

Image based lighting will be blended between those probes in the shader according to their distance and range.