org.osm2world.viewer.view.debug
Class DebugModels.CoordinateAxes

Object
  extended by DebugModels.CoordinateAxes
All Implemented Interfaces:
RenderableToJOGL, Renderable
Enclosing class:
DebugModels

public static class DebugModels.CoordinateAxes
extends Object
implements RenderableToJOGL


Constructor Summary
DebugModels.CoordinateAxes(float centerX, float centerY, float centerZ, float lineLength)
           
 
Method Summary
 void renderTo(GL gl, Camera camera)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugModels.CoordinateAxes

public DebugModels.CoordinateAxes(float centerX,
                                  float centerY,
                                  float centerZ,
                                  float lineLength)
Method Detail

renderTo

public void renderTo(GL gl,
                     Camera camera)
Specified by:
renderTo in interface RenderableToJOGL