Package com.jme3.scene.plugins.blender.textures.blending

Interface Summary
TextureBlender An interface for texture blending classes (the classes that mix the texture pixels with the material colors).
 

Class Summary
TextureBlenderAWT The class that is responsible for blending the following texture types: RGBA8 ABGR8 BGR8 RGB8 Not yet supported (but will be): ARGB4444: RGB10: RGB111110F: RGB16: RGB16F: RGB16F_to_RGB111110F: RGB16F_to_RGB9E5: RGB32F: RGB565: RGB5A1: RGB9E5: RGBA16: RGBA16F
TextureBlenderDDS The class that is responsible for blending the following texture types: DXT1 DXT1A DXT3 DXT5
TextureBlenderFactory This class creates the texture blending class depending on the texture type.
TextureBlenderLuminance The class that is responsible for blending the following texture types: Luminance8 Luminance8Alpha8 Not yet supported (but will be): Luminance16: Luminance16Alpha16: Luminance16F: Luminance16FAlpha16F: Luminance32F: