Uses of Interface
gov.nasa.worldwind.terrain.SectorGeometry.GeographicTextureCoordinateComputer
-
Packages that use SectorGeometry.GeographicTextureCoordinateComputer Package Description gov.nasa.worldwind.terrain -
-
Uses of SectorGeometry.GeographicTextureCoordinateComputer in gov.nasa.worldwind.terrain
Methods in gov.nasa.worldwind.terrain with parameters of type SectorGeometry.GeographicTextureCoordinateComputer Modifier and Type Method Description protected java.nio.DoubleBuffer
RectangularTessellator. makeGeographicTexCoords(SectorGeometry sg, SectorGeometry.GeographicTextureCoordinateComputer computer)
java.nio.DoubleBuffer
RectangularTessellator.RectTile. makeTextureCoordinates(SectorGeometry.GeographicTextureCoordinateComputer computer)
java.nio.DoubleBuffer
SectorGeometry. makeTextureCoordinates(SectorGeometry.GeographicTextureCoordinateComputer computer)
Computes texture coordinates for the geometry.
-