Uses of Interface
com.jme3.scene.plugins.blender.textures.blending.TextureBlender

Packages that use TextureBlender
com.jme3.scene.plugins.blender.textures   
com.jme3.scene.plugins.blender.textures.blending   
 

Uses of TextureBlender in com.jme3.scene.plugins.blender.textures
 

Methods in com.jme3.scene.plugins.blender.textures with parameters of type TextureBlender
 void CombinedTexture.add(Texture texture, TextureBlender textureBlender, int uvCoordinatesType, int projectionType, Structure textureStructure, BlenderContext blenderContext)
          This method adds a texture data to the resulting texture.
 

Uses of TextureBlender in com.jme3.scene.plugins.blender.textures.blending
 

Classes in com.jme3.scene.plugins.blender.textures.blending that implement TextureBlender
 class 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
 class TextureBlenderDDS
          The class that is responsible for blending the following texture types: DXT1 DXT1A DXT3 DXT5
 class 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:
 

Methods in com.jme3.scene.plugins.blender.textures.blending that return TextureBlender
static TextureBlender TextureBlenderFactory.alterTextureType(Image.Format format, TextureBlender textureBlender)
          This method changes the image format in the texture blender.
static TextureBlender TextureBlenderFactory.createTextureBlender(Image.Format format, int flag, boolean negate, int blendType, float[] materialColor, float[] color, float colfac)
          This method creates the blending class.
 

Methods in com.jme3.scene.plugins.blender.textures.blending with parameters of type TextureBlender
static TextureBlender TextureBlenderFactory.alterTextureType(Image.Format format, TextureBlender textureBlender)
          This method changes the image format in the texture blender.
 void TextureBlender.copyBlendingData(TextureBlender textureBlender)
          Copies blending data.