|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdh.java.math.graph.AbstractTreeNode<ScenegraphNode>
jjdh.opengl.scenegraph.simple.core.ContainerScenegraphNode
jjdh.opengl.scenegraph.simple.common.BoxNode
public class BoxNode
Field Summary | |
---|---|
protected Point3D[] |
points
|
protected Factory<Quad> |
quadFactory
|
protected Quad[] |
sides
|
protected Factory<Vertex> |
vertexFactory
|
Fields inherited from class dh.java.math.graph.AbstractTreeNode |
---|
childs |
Constructor Summary | |
---|---|
BoxNode(float w,
float h,
float d,
Factory<Vertex> vertexFactory,
Factory<Quad> quadFactory)
|
Method Summary | |
---|---|
protected Quad |
addQuad(int i0,
int i1,
int i2,
int i3)
|
protected Vertex[] |
wrap(Point3D... points)
|
Methods inherited from class jjdh.opengl.scenegraph.simple.core.ContainerScenegraphNode |
---|
add, addAll, addAll, insert, iterator, remove, render, renderChildren, rotate, shuffle |
Methods inherited from class dh.java.math.graph.AbstractTreeNode |
---|
getChilds, getName, isLeaf, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface dh.java.math.graph.TreeNode |
---|
getChilds, isLeaf |
Field Detail |
---|
protected Factory<Vertex> vertexFactory
protected Factory<Quad> quadFactory
protected Point3D[] points
protected Quad[] sides
Constructor Detail |
---|
public BoxNode(float w, float h, float d, Factory<Vertex> vertexFactory, Factory<Quad> quadFactory)
w
- widthh
- heightd
- depthMethod Detail |
---|
protected Quad addQuad(int i0, int i1, int i2, int i3)
protected Vertex[] wrap(Point3D... points)
|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |