Uses of Interface
com.jme.scene.SwitchModel

Packages that use SwitchModel
com.jme.scene   
com.jme.scene.lod   
 

Uses of SwitchModel in com.jme.scene
 

Classes in com.jme.scene that implement SwitchModel
 class DistanceSwitchModel
          DistanceSwitchModel defines a SwitchModel for selecting a child node based on the current distance from the containing node to the camera.
 

Uses of SwitchModel in com.jme.scene.lod
 

Methods in com.jme.scene.lod that return SwitchModel
 SwitchModel DiscreteLodNode.getSwitchModel()
          Gets the switch model associated with this node.
 

Constructors in com.jme.scene.lod with parameters of type SwitchModel
DiscreteLodNode(java.lang.String name, SwitchModel model)