Uses of Class
com.jme3.texture.TextureCubeMap

Packages that use TextureCubeMap
com.jme3.texture   
 

Uses of TextureCubeMap in com.jme3.texture
 

Methods in com.jme3.texture with parameters of type TextureCubeMap
 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.