Uses of Class
com.jme.scene.Skybox.Face

Packages that use Skybox.Face
com.jme.scene   
 

Uses of Skybox.Face in com.jme.scene
 

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

Methods in com.jme.scene with parameters of type Skybox.Face
 Quad Skybox.getFace(Skybox.Face face)
          Retrieve the quad indicated by the given side.
 Texture Skybox.getTexture(Skybox.Face face)
           
 void Skybox.preloadTexture(Skybox.Face face)
           
 void Skybox.setTexture(Skybox.Face face, Texture texture)
          Set the texture to be displayed on the given face of the skybox.
 void Skybox.setTexture(Skybox.Face face, Texture texture, int textureUnit)
          Set the texture to be displayed on the given side of the skybox.