org.osm2world.viewer.model
Class RenderOptions

Object
  extended by RenderOptions

public class RenderOptions
extends Object


Field Summary
 Set<DebugView> activeDebugViews
           
 Camera camera
           
 Projection projection
           
 
Constructor Summary
RenderOptions()
           
 
Method Summary
 ElevationCalculator getEleCalculator()
           
 boolean isBackfaceCulling()
           
 boolean isShowGrid()
           
 boolean isShowTerrain()
           
 boolean isWireframe()
           
 void setBackfaceCulling(boolean backfaceCulling)
           
 void setEleCalculator(ElevationCalculator eleCalculator)
           
 void setShowGrid(boolean showGrid)
           
 void setShowTerrain(boolean showTerrain)
           
 void setWireframe(boolean wireframe)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

camera

public Camera camera

projection

public Projection projection

activeDebugViews

public Set<DebugView> activeDebugViews
Constructor Detail

RenderOptions

public RenderOptions()
Method Detail

isShowGrid

public boolean isShowGrid()

setShowGrid

public void setShowGrid(boolean showGrid)

isShowTerrain

public boolean isShowTerrain()

setShowTerrain

public void setShowTerrain(boolean showTerrain)

isWireframe

public boolean isWireframe()

setWireframe

public void setWireframe(boolean wireframe)

isBackfaceCulling

public boolean isBackfaceCulling()

setBackfaceCulling

public void setBackfaceCulling(boolean backfaceCulling)

getEleCalculator

public ElevationCalculator getEleCalculator()

setEleCalculator

public void setEleCalculator(ElevationCalculator eleCalculator)