Uses of Interface
org.deegree.rendering.r3d.model.QualityModelPart

Packages that use QualityModelPart
org.deegree.rendering.r3d.model   
org.deegree.rendering.r3d.model.geometry   
org.deegree.rendering.r3d.opengl.rendering.model.geometry   
org.deegree.rendering.r3d.opengl.rendering.model.prototype   
 

Uses of QualityModelPart in org.deegree.rendering.r3d.model
 

Classes in org.deegree.rendering.r3d.model with type parameters of type QualityModelPart
 class QualityModel<T extends QualityModelPart>
          The GeometryQualityModel defines a Quality level of a geometry model.
 class WorldObject<G extends QualityModelPart,QM extends QualityModel<G>>
          The WorldRenderableObject top level class, all data objects can be stored in a dbase.
 

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

Classes in org.deegree.rendering.r3d.model.geometry that implement QualityModelPart
 class SimpleAccessGeometry
          The SimpleAccessGeometry class, defines geometry by a coordinate array with or without innerrings and a set of colors.
 class TexturedGeometry
          The RenderableTexturedGeometry class TODO add class documentation here.
 

Uses of QualityModelPart in org.deegree.rendering.r3d.opengl.rendering.model.geometry
 

Subinterfaces of QualityModelPart in org.deegree.rendering.r3d.opengl.rendering.model.geometry
 interface RenderableQualityModelPart
          The RenderableQualityModelPart a part of a RenderableQualityModel, normally a geometry.
 

Classes in org.deegree.rendering.r3d.opengl.rendering.model.geometry that implement QualityModelPart
 class RenderableGeometry
          The RenderableGeometry class uses VertexArrays to render the coordinates of it's geometry in an openGL context.
 class RenderableTexturedGeometry
          The RenderableTexturedGeometry is a RenderableGeometry which has texture coordinates assigned to each vertex as well.
 

Uses of QualityModelPart in org.deegree.rendering.r3d.opengl.rendering.model.prototype
 

Classes in org.deegree.rendering.r3d.opengl.rendering.model.prototype that implement QualityModelPart
 class BOXGeometry
          The BOXGeometry a simple box, which might be used as a prototype reference.
 



Copyright © 2011. All Rights Reserved.