jjdh API

Uses of Class
jjdh.opengl.scenegraph.simple.core.Vertex

Packages that use Vertex
jjdh.opengl.scenegraph.simple.common This Package contains several specific ScenegraphNode implentations. 
jjdh.opengl.scenegraph.simple.core This Package contains the essential classes of a scenegraph based framework to realize Object-Rendering in OpenGL. 
 

Uses of Vertex in jjdh.opengl.scenegraph.simple.common
 

Fields in jjdh.opengl.scenegraph.simple.common with type parameters of type Vertex
protected  Factory<Vertex> BoxNode.vertexFactory
           
 

Methods in jjdh.opengl.scenegraph.simple.common that return Vertex
protected  Vertex[] BoxNode.wrap(Point3D... points)
           
 

Constructor parameters in jjdh.opengl.scenegraph.simple.common with type arguments of type Vertex
BoxNode(float w, float h, float d, Factory<Vertex> vertexFactory, Factory<Quad> quadFactory)
           
 

Uses of Vertex in jjdh.opengl.scenegraph.simple.core
 

Methods in jjdh.opengl.scenegraph.simple.core with parameters of type Vertex
 void Surface.addVertices(Vertex... vertices)
           
 void FixedSizeSurface.addVertices(Vertex... vertices)
           
abstract  void ScenegraphHandler.handleVertex(Vertex toHandle)
          Deprecated.  
 

Method parameters in jjdh.opengl.scenegraph.simple.core with type arguments of type Vertex
 void Surface.addVertices(Collection<Vertex> vertices)
           
 void FixedSizeSurface.addVertices(Collection<Vertex> vertices)
           
 

Constructor parameters in jjdh.opengl.scenegraph.simple.core with type arguments of type Vertex
Quad(float width, float height, Factory<Vertex> vertexFactory)
           
 


jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.