Uses of Interface
gov.nasa.worldwind.terrain.Tessellator
-
Packages that use Tessellator Package Description gov.nasa.worldwind.globes Provides classes for representing the shape and terrain of a planet.gov.nasa.worldwind.terrain -
-
Uses of Tessellator in gov.nasa.worldwind.globes
Fields in gov.nasa.worldwind.globes declared as Tessellator Modifier and Type Field Description protected Tessellator
EllipsoidalGlobe.StateKey. tessellator
Methods in gov.nasa.worldwind.globes that return Tessellator Modifier and Type Method Description Tessellator
EllipsoidalGlobe. getTessellator()
Tessellator
Globe. getTessellator()
Returns this globe's current tessellator.Methods in gov.nasa.worldwind.globes with parameters of type Tessellator Modifier and Type Method Description void
EllipsoidalGlobe. setTessellator(Tessellator tessellator)
void
Globe. setTessellator(Tessellator tessellator)
Specifies this globe's tessellator. -
Uses of Tessellator in gov.nasa.worldwind.terrain
Classes in gov.nasa.worldwind.terrain that implement Tessellator Modifier and Type Class Description class
RectangularTessellator
-