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 Summary
Modifier and TypeMethodDescriptionvoid
Bakes the irradiance map.void
Bakes 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.EnvBaker
bakeEnvironment, clean, getEnvMap, isTexturePulling, setTexturePulling
-
Method Details
-
genBRTF
Texture2D genBRTF()Generates the BRDF texture.- Returns:
- The BRDF texture
-
bakeIrradiance
void bakeIrradiance()Bakes the irradiance map. -
bakeSpecularIBL
void bakeSpecularIBL()Bakes the specular IBL map. -
getSpecularIBL
TextureCubeMap getSpecularIBL()Gets the specular IBL map.- Returns:
- The specular IBL map
-
getIrradiance
TextureCubeMap getIrradiance()Gets the irradiance map.- Returns:
- The irradiance map
-