Uses of Class
com.jme.scene.Spatial.NormalsMode

Packages that use Spatial.NormalsMode
com.jme.scene   
 

Uses of Spatial.NormalsMode in com.jme.scene
 

Fields in com.jme.scene declared as Spatial.NormalsMode
protected  Spatial.NormalsMode Spatial.normalsMode
          A flag indicating how normals should be treated by the renderer.
 

Methods in com.jme.scene that return Spatial.NormalsMode
 Spatial.NormalsMode Spatial.getLocalNormalsMode()
           
 Spatial.NormalsMode Spatial.getNormalsMode()
          Returns this spatial's normals mode.
static Spatial.NormalsMode Spatial.NormalsMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spatial.NormalsMode[] Spatial.NormalsMode.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 Spatial.NormalsMode
 void Spatial.setNormalsMode(Spatial.NormalsMode mode)