Class BasicProbeBlendingStrategy

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

public class BasicProbeBlendingStrategy extends Object implements LightProbeBlendingStrategy
This strategy returns the closest probe from the rendered object. This is the most basic strategy : The fastest and the easiest. Though it has severe graphical drawbacks as there might be very visible seams on static object and some "popping" on dynamic objects.