Package com.jme3.environment.baker
Interface IBLEnvBaker
- All Superinterfaces:
- EnvBaker
- All Known Implementing Classes:
- IBLGLEnvBaker
An environment baker, but this one is for Imaged Base Lighting.
- 
Method SummaryModifier and TypeMethodDescriptionvoidBakes the irradiance map.voidBakes the specular IBL map.genBRTF()Generates the BRDF texture.Gets the irradiance map.Gets the specular IBL map.Methods inherited from interface com.jme3.environment.baker.EnvBakerbakeEnvironment, clean, getEnvMap, isTexturePulling, setTexturePulling
- 
Method Details- 
genBRTFTexture2D genBRTF()Generates the BRDF texture.- Returns:
- The BRDF texture
 
- 
bakeIrradiancevoid bakeIrradiance()Bakes the irradiance map.
- 
bakeSpecularIBLvoid bakeSpecularIBL()Bakes the specular IBL map.
- 
getSpecularIBLTextureCubeMap getSpecularIBL()Gets the specular IBL map.- Returns:
- The specular IBL map
 
- 
getIrradianceTextureCubeMap getIrradiance()Gets the irradiance map.- Returns:
- The irradiance map
 
 
-