Uses of Interface
org.osm2world.core.target.povray.RenderableToPOVRay

Packages that use RenderableToPOVRay
org.osm2world.core.target.povray target that creates .pov files for the POVRay raytracer 
org.osm2world.core.terrain.data   
org.osm2world.core.world.modules   
 

Uses of RenderableToPOVRay in org.osm2world.core.target.povray
 

Methods in org.osm2world.core.target.povray that return types with arguments of type RenderableToPOVRay
 Class<RenderableToPOVRay> POVRayTarget.getRenderableType()
           
 

Methods in org.osm2world.core.target.povray with parameters of type RenderableToPOVRay
 void POVRayTarget.render(RenderableToPOVRay renderable)
           
 

Uses of RenderableToPOVRay in org.osm2world.core.terrain.data
 

Classes in org.osm2world.core.terrain.data that implement RenderableToPOVRay
 class EmptyCellTerrainPatch
          terrain patch for a special case, the empty terrain cell.
 class GenericTerrainPatch
          the "normal" TerrainPatch implementation.
 class Terrain
          Terrain data created from a MapData and TerrainElevation data.
 class TerrainPatch
           
 

Uses of RenderableToPOVRay in org.osm2world.core.world.modules
 

Classes in org.osm2world.core.world.modules that implement RenderableToPOVRay
static class WaterModule.Water