Uses of Class
org.deegree.rendering.r3d.opengl.rendering.dem.manager.TextureManager

Packages that use TextureManager
org.deegree.rendering.r3d.multiresolution.crit   
org.deegree.rendering.r3d.opengl.rendering.dem.manager   
org.deegree.services.wpvs   
org.deegree.services.wpvs.rendering.jogl   
 

Uses of TextureManager in org.deegree.rendering.r3d.multiresolution.crit
 

Constructors in org.deegree.rendering.r3d.multiresolution.crit with parameters of type TextureManager
ViewFrustumCrit(ViewParams viewParams, float maxPixelError, float zScale, int maxTextureSize, TextureManager[] textureManagers, float maxProjectedTexelSize)
          Creates a new ViewFrustumCrit instance.
 

Uses of TextureManager in org.deegree.rendering.r3d.opengl.rendering.dem.manager
 

Methods in org.deegree.rendering.r3d.opengl.rendering.dem.manager with parameters of type TextureManager
 void TerrainRenderingManager.render(RenderContext glRenderContext, boolean disableElevationModel, Colormap colorMap, TextureManager[] textureManagers)
          Renders a view-optimized representation of the terrain geometry using the given scale, colormap and/or textures to the specified GL context.
 

Uses of TextureManager in org.deegree.services.wpvs
 

Methods in org.deegree.services.wpvs that return TextureManager
 TextureManager[] PerspectiveViewService.getAllTextureManagers()
           
 

Methods in org.deegree.services.wpvs that return types with arguments of type TextureManager
 List<TextureManager> PerspectiveViewService.getTextureManagers(Collection<String> datasetNames, ViewParams viewParams)
           
 List<TextureManager> PerspectiveViewService.getTextureManagers(ViewParams viewParams)
           
 

Uses of TextureManager in org.deegree.services.wpvs.rendering.jogl
 

Constructor parameters in org.deegree.services.wpvs.rendering.jogl with type arguments of type TextureManager
GetViewRenderer(GetView request, RenderContext glRenderContext, PooledByteBuffer imageBuffer, TerrainRenderingManager demRenderer, Colormap colormap, List<TextureManager> textureManagers, List<RenderableManager<?>> renderableRenderers, String copyrightID, double copyrightScale, double sceneLatitude)
           
 



Copyright © 2011. All Rights Reserved.