Uses of Class
org.deegree.rendering.r3d.opengl.tesselation.Vertex

Packages that use Vertex
org.deegree.rendering.r3d.opengl.tesselation   
 

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

Subclasses of Vertex in org.deegree.rendering.r3d.opengl.tesselation
 class TexturedVertex
          The TexturedVertex a textured vertex.
 

Methods in org.deegree.rendering.r3d.opengl.tesselation that return Vertex
 Vertex GeometryCallBack.createNewVertex(int currentVertexLocation)
          Create a vertex appropriate for the tesselation of the given type of geometry.
 Vertex TexturedGeometryCallBack.createNewVertex(int currentVertexLocation)
           
 

Methods in org.deegree.rendering.r3d.opengl.tesselation that return types with arguments of type Vertex
 List<Vertex> GeometryCallBack.getTesselatedVertices()
           
 

Methods in org.deegree.rendering.r3d.opengl.tesselation with parameters of type Vertex
 void GeometryCallBack.addVertex(Vertex vertex)
           
 



Copyright © 2011. All Rights Reserved.