jjdh API

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

Packages that use Quad
jjdh.opengl.scenegraph.simple.common This Package contains several specific ScenegraphNode implentations. 
 

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

Fields in jjdh.opengl.scenegraph.simple.common declared as Quad
protected  Quad[] BoxNode.sides
           
 

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

Methods in jjdh.opengl.scenegraph.simple.common that return Quad
protected  Quad BoxNode.addQuad(int i0, int i1, int i2, int i3)
           
 

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


jjdh API

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