NASA World Wind

Uses of Interface
gov.nasa.worldwind.render.WWTexture

Packages that use WWTexture
gov.nasa.worldwind.render   
 

Uses of WWTexture in gov.nasa.worldwind.render
 

Classes in gov.nasa.worldwind.render that implement WWTexture
 class BasicWWTexture
           
 class FBOTexture
           
 class FramebufferTexture
           
 

Fields in gov.nasa.worldwind.render declared as WWTexture
protected  WWTexture SurfaceImage.generatedTexture
           
protected  WWTexture SurfaceImage.sourceTexture
           
protected  WWTexture FramebufferTexture.sourceTexture
           
protected  WWTexture Quadrilateral.texture
           
 

Methods in gov.nasa.worldwind.render that return WWTexture
protected  WWTexture SurfaceImage.makeGeneratedTexture(DrawContext dc)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type WWTexture
FBOTexture(DrawContext dc, WWTexture imageSource, Sector sector, List<LatLon> corners)
           
FramebufferTexture(DrawContext dc, WWTexture imageSource, Sector sector, List<LatLon> corners)
           
 


NASA World Wind