Package gov.nasa.worldwind.render
Interface SurfaceTexture
-
- All Known Implementing Classes:
DrawableSurfaceTexture
public interface SurfaceTexture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanbindTexture(DrawContext dc)SectorgetSector()Matrix3getTexCoordTransform()
-
-
-
Method Detail
-
getSector
Sector getSector()
-
getTexCoordTransform
Matrix3 getTexCoordTransform()
-
bindTexture
boolean bindTexture(DrawContext dc)
-
-