Uses of Class
com.jme.scene.shadow.ShadowVolume

Packages that use ShadowVolume
com.jme.scene.shadow   
 

Uses of ShadowVolume in com.jme.scene.shadow
 

Fields in com.jme.scene.shadow with type parameters of type ShadowVolume
protected  java.util.ArrayList<ShadowVolume> MeshShadows.volumes
          The arraylist of shadowvolumes in this grouping
 

Methods in com.jme.scene.shadow that return ShadowVolume
 ShadowVolume MeshShadows.getShadowVolume(Light light)
          getShadowVolume returns the shadow volume contained in this grouping for a particular light
 

Methods in com.jme.scene.shadow that return types with arguments of type ShadowVolume
 java.util.ArrayList<ShadowVolume> MeshShadows.getVolumes()