jjdh API

jjdh.opengl.scenegraph.simple.common
Class MD2Node

java.lang.Object
  extended by dh.java.math.graph.AbstractTreeNode<ScenegraphNode>
      extended by jjdh.opengl.scenegraph.simple.core.LeafScenegraphNode
          extended by jjdh.opengl.scenegraph.simple.common.MD2Node
All Implemented Interfaces:
TreeNode<ScenegraphNode>, Iterable<ScenegraphNode>, Renderable, ScenegraphNode

public class MD2Node
extends LeafScenegraphNode


Field Summary
protected  boolean changed
           
protected  MD2Mesh md2Mesh
           
 
Fields inherited from class dh.java.math.graph.AbstractTreeNode
childs
 
Constructor Summary
MD2Node(SystemContext context, MD2Mesh mesh)
           
MD2Node(SystemContext context, String regex)
           
MD2Node(SystemContext context, String md2Regex, String textureRegex)
           
 
Method Summary
 void render(javax.media.opengl.GL gl)
           
 
Methods inherited from class jjdh.opengl.scenegraph.simple.core.LeafScenegraphNode
getChilds, isLeaf, iterator
 
Methods inherited from class dh.java.math.graph.AbstractTreeNode
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

md2Mesh

protected MD2Mesh md2Mesh

changed

protected boolean changed
Constructor Detail

MD2Node

public MD2Node(SystemContext context,
               String regex)

MD2Node

public MD2Node(SystemContext context,
               String md2Regex,
               String textureRegex)

MD2Node

public MD2Node(SystemContext context,
               MD2Mesh mesh)
Method Detail

render

public void render(javax.media.opengl.GL gl)
Specified by:
render in interface Renderable
Overrides:
render in class LeafScenegraphNode

jjdh API

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