Uses of Interface
jme.locale.external.feature.Sky

Packages that use Sky
jme.entity.camera   
jme.locale.external.feature   
 

Uses of Sky in jme.entity.camera
 

Fields in jme.entity.camera declared as Sky
protected  Sky Camera.sky
          sky the sky representation.
 

Methods in jme.entity.camera with parameters of type Sky
 void Camera.setSky(Sky sky)
          setSky sets the sky representation of the terrain.
 

Uses of Sky in jme.locale.external.feature
 

Classes in jme.locale.external.feature that implement Sky
 class SkyBox
          SkyBox defines a implementation of the sky interface where the sky is defined by a cube with a texture on each of the six faces.
 class SkyDome
          SkyDome defines an implementation of the sky interface where the sky is represented as a dome.