Uses of Class
de.jreality.vr.Terrain.GeometryType

Packages that use Terrain.GeometryType
de.jreality.vr Classes related to the jReality virtual reality viewer ViewerVR. 
 

Uses of Terrain.GeometryType in de.jreality.vr
 

Methods in de.jreality.vr that return Terrain.GeometryType
 Terrain.GeometryType Terrain.getGeometryType()
           
static Terrain.GeometryType Terrain.GeometryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Terrain.GeometryType[] Terrain.GeometryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jreality.vr with parameters of type Terrain.GeometryType
 void Terrain.setGeometryType(Terrain.GeometryType geometryType)