|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Renderable | |
---|---|
org.osm2world.core | |
org.osm2world.core.target | export targets for the generated models |
org.osm2world.core.target.jogl | |
org.osm2world.core.target.povray | |
org.osm2world.core.target.primitivebuffer | |
org.osm2world.core.terrain.data | |
org.osm2world.core.world.modules | |
org.osm2world.viewer.view.debug |
Uses of Renderable in org.osm2world.core |
---|
Methods in org.osm2world.core with type parameters of type Renderable | ||
---|---|---|
|
ConversionFacade.Results.getRenderables(Class<R> renderableType)
collects and returns all representations that implement a renderableType, including terrain. |
|
|
ConversionFacade.Results.getRenderables(Class<R> renderableType,
boolean includeGrid,
boolean includeTerrain)
|
Uses of Renderable in org.osm2world.core.target |
---|
Subinterfaces of Renderable in org.osm2world.core.target | |
---|---|
interface |
RenderableToAllTargets
representation that only uses methods from Target
and can therefore render to all targets supporting these features |
Uses of Renderable in org.osm2world.core.target.jogl |
---|
Subinterfaces of Renderable in org.osm2world.core.target.jogl | |
---|---|
interface |
RenderableToJOGL
|
Uses of Renderable in org.osm2world.core.target.povray |
---|
Subinterfaces of Renderable in org.osm2world.core.target.povray | |
---|---|
interface |
RenderableToPOVRay
|
Uses of Renderable in org.osm2world.core.target.primitivebuffer |
---|
Subinterfaces of Renderable in org.osm2world.core.target.primitivebuffer | |
---|---|
interface |
RenderableToPrimitiveBuffer
|
Uses of Renderable in org.osm2world.core.terrain.data |
---|
Classes in org.osm2world.core.terrain.data that implement Renderable | |
---|---|
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 Renderable in org.osm2world.core.world.modules |
---|
Classes in org.osm2world.core.world.modules that implement Renderable | |
---|---|
static class |
RailwayModule.RailJunction
|
static class |
RoadModule.Road
representation of a road |
static class |
RoadModule.RoadArea
|
static class |
RoadModule.RoadCrossingAtConnector
representation for crossings (zebra crossing etc.) on roads |
static class |
RoadModule.RoadJunction
representation for junctions between roads. |
static class |
TunnelModule.Tunnel
|
static class |
WaterModule.RiverJunction
|
static class |
WaterModule.Water
|
static class |
WaterModule.Waterway
|
Uses of Renderable in org.osm2world.viewer.view.debug |
---|
Classes in org.osm2world.viewer.view.debug that implement Renderable | |
---|---|
class |
ClearingDebugView
shows information from elevation calculation |
static class |
DebugModels.CoordinateAxes
|
class |
DebugView
contains some common methods for debug views |
class |
MapDataBoundsDebugView
shows the bounding box of map data |
class |
MapDataDebugView
shows the plain MapData as a network of nodes, lines and areas |
class |
MapDataElevationDebugView
shows the MapData with elevation information |
class |
NetworkDebugView
shows information about NetworkWaySegmentWorldObject s |
class |
OrthoBoundsDebugView
illustrates the construction of the orthogonal perspective set by OrthoBoundsAction |
class |
QuadtreeDebugView
|
class |
TerrainAABBDebugView
shows the axis-aligned bounding boxes of the terrain cells |
class |
TerrainBoundaryAABBDebugView
shows the axis-aligned bounding boxes of the terrain boundaries |
class |
TerrainBoundaryDebugView
|
class |
TerrainCellLabelsView
Shows each terrain cell's label |
class |
TerrainElevationGridDebugView
shows the CellularTerrainElevation |
class |
TerrainNormalsDebugView
|
class |
TerrainOutlineDebugView
shows the terrain polygons immediately before triangulation |
class |
TerrainView
|
class |
TriangulationDebugView
shows the effect of integrating the holes and outer polygons of TerrainPatch es
//TODO: does this *do* anything useful? |
class |
WorldObjectNormalsDebugView
|
class |
WorldObjectView
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |