Uses of Class
com.jme3.texture.TextureCubeMap.Face

Packages that use TextureCubeMap.Face
com.jme3.texture   
 

Uses of TextureCubeMap.Face in com.jme3.texture
 

Methods in com.jme3.texture that return TextureCubeMap.Face
static TextureCubeMap.Face TextureCubeMap.Face.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureCubeMap.Face[] TextureCubeMap.Face.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.texture with parameters of type TextureCubeMap.Face
 void FrameBuffer.addColorTexture(TextureCubeMap tex, TextureCubeMap.Face face)
          Add a color texture to use for this framebuffer.
 void FrameBuffer.setColorTexture(TextureCubeMap tex, TextureCubeMap.Face face)
          Set the color texture to use for this framebuffer.