Class IBLHybridEnvBakerLight

java.lang.Object
com.jme3.environment.baker.GenericEnvBaker
com.jme3.environment.baker.IBLHybridEnvBakerLight
All Implemented Interfaces:
EnvBaker, IBLEnvBakerLight
Direct Known Subclasses:
IBLGLEnvBakerLight

public class IBLHybridEnvBakerLight extends GenericEnvBaker implements IBLEnvBakerLight
An env baker for IBL that bakes the specular map on the GPU and uses spherical harmonics generated on the CPU for the irradiance map. This is lighter on VRAM but uses the CPU to compute the irradiance map.