Uses of Class
org.deegree.rendering.r3d.model.geometry.SimpleAccessGeometry

Packages that use SimpleAccessGeometry
org.deegree.rendering.r3d.model.geometry   
org.deegree.rendering.r3d.opengl.tesselation   
 

Uses of SimpleAccessGeometry in org.deegree.rendering.r3d.model.geometry
 

Subclasses of SimpleAccessGeometry in org.deegree.rendering.r3d.model.geometry
 class TexturedGeometry
          The RenderableTexturedGeometry class TODO add class documentation here.
 

Constructor parameters in org.deegree.rendering.r3d.model.geometry with type arguments of type SimpleAccessGeometry
GeometryQualityModel(ArrayList<SimpleAccessGeometry> qualityModelParts)
          Creates a GeometryQualityModel with the given qualityModelParts
 

Uses of SimpleAccessGeometry in org.deegree.rendering.r3d.opengl.tesselation
 

Methods in org.deegree.rendering.r3d.opengl.tesselation that return SimpleAccessGeometry
 SimpleAccessGeometry GeometryCallBack.getGeometry()
           
 

Methods in org.deegree.rendering.r3d.opengl.tesselation with parameters of type SimpleAccessGeometry
 RenderableGeometry Tesselator.tesselateGeometry(SimpleAccessGeometry originalGeometry)
          Create a renderable geometry from the given SimpleAccessGeometry by tesselating it.
 



Copyright © 2011. All Rights Reserved.