org.osm2world.viewer.view.debug
Class TriangulationDebugView

Object
  extended by DebugView
      extended by TriangulationDebugView
All Implemented Interfaces:
RenderableToJOGL, Renderable

public class TriangulationDebugView
extends DebugView
implements RenderableToJOGL

shows the effect of integrating the holes and outer polygons of TerrainPatches //TODO: does this *do* anything useful?


Field Summary
 
Fields inherited from class DebugView
eleData, map, mapDataPrimitiveBuffer, terrain, terrainPrimitiveBuffer
 
Constructor Summary
TriangulationDebugView()
           
 
Method Summary
 void renderToImpl(GL gl, Camera camera)
          implementation for the renderTo method, provided by subclasses.
 
Methods inherited from class DebugView
canBeUsed, drawBox, drawBoxAround, drawBoxAround, getDescription, renderTo, setConversionResults, setPrimitiveBuffers
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface RenderableToJOGL
renderTo
 

Constructor Detail

TriangulationDebugView

public TriangulationDebugView()
Method Detail

renderToImpl

public void renderToImpl(GL gl,
                         Camera camera)
Description copied from class: DebugView
implementation for the renderTo method, provided by subclasses. Will only be called if the DebugView DebugView.canBeUsed().

Specified by:
renderToImpl in class DebugView