Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
R
RailwayModule
- Class in
org.osm2world.core.world.modules
adds rails to the world
RailwayModule()
- Constructor for class
RailwayModule
RailwayModule.RailJunction
- Class in
org.osm2world.core.world.modules
RailwayModule.RailJunction(MapNode)
- Constructor for class
RailwayModule.RailJunction
randomlyDistributePointsOn(PolygonWithHolesXZ, double, double)
- Static method in class
GeometryUtil
distributes points randomly on a polygon area.
relationMembers
- Variable in class
OSMRelation
render()
- Method in class
JOGL_VBOPrimitiveBufferRenderer
render()
- Method in class
JOGLPrimitiveBufferRenderer
Renderable
- Interface in
org.osm2world.core.target
object that can be rendered/exported to a target T
RenderableToAllTargets
- Interface in
org.osm2world.core.target
representation that only uses methods from
Target
and can therefore render to all targets supporting these features
RenderableToJOGL
- Interface in
org.osm2world.core.target.jogl
RenderableToObj
- Interface in
org.osm2world.core.target.obj
RenderableToPOVRay
- Interface in
org.osm2world.core.target.povray
RenderableToPrimitiveBuffer
- Interface in
org.osm2world.core.target.primitivebuffer
RenderingElevationCalculator
- Class in
org.osm2world.core.map_elevation.creation
ElevationCalculator that allows to set the number of calculation steps and displays the forces that would be in effect during the next step.
RenderingElevationCalculator(int)
- Constructor for class
RenderingElevationCalculator
renderOptions
- Variable in class
AbstractExportAction
RenderOptions
- Class in
org.osm2world.viewer.model
RenderOptions()
- Constructor for class
RenderOptions
renderTo(JOGLTarget)
- Method in class
RenderingElevationCalculator
renderTo(GL, Camera)
- Method in interface
RenderableToJOGL
renderTo(ObjTarget)
- Method in interface
RenderableToObj
renderTo(POVRayTarget)
- Method in interface
RenderableToPOVRay
renderTo(PrimitiveBuffer)
- Method in interface
RenderableToPrimitiveBuffer
renderTo(Target)
- Method in interface
RenderableToAllTargets
renderTo(Target)
- Method in class
Terrain
renderTo(POVRayTarget)
- Method in class
Terrain
renderTo(Target)
- Method in class
TerrainPatch
renderTo(POVRayTarget)
- Method in class
TerrainPatch
renderTo(Target)
- Method in class
RailwayModule.RailJunction
renderTo(Target)
- Method in class
RoadModule.Road
renderTo(Target)
- Method in class
RoadModule.RoadArea
renderTo(Target)
- Method in class
RoadModule.RoadCrossingAtConnector
renderTo(Target)
- Method in class
RoadModule.RoadJunction
renderTo(Target)
- Method in class
TunnelModule.Tunnel
renderTo(Target)
- Method in class
TunnelModule.TunnelJunction
renderTo(Target)
- Method in class
WaterModule.RiverJunction
renderTo(Target)
- Method in class
WaterModule.Water
renderTo(POVRayTarget)
- Method in class
WaterModule.Water
renderTo(Target)
- Method in class
WaterModule.Waterway
renderTo(GL, Camera)
- Method in class
DebugModels.CoordinateAxes
renderTo(GL, Camera)
- Method in class
DebugView
renderToImpl(GL, Camera)
- Method in class
ClearingDebugView
renderToImpl(GL, Camera)
- Method in class
DebugView
implementation for the renderTo method, provided by subclasses.
renderToImpl(GL, Camera)
- Method in class
HelpView
renderToImpl(GL, Camera)
- Method in class
MapDataBoundsDebugView
renderToImpl(GL, Camera)
- Method in class
MapDataDebugView
renderToImpl(GL, Camera)
- Method in class
MapDataElevationDebugView
renderToImpl(GL, Camera)
- Method in class
NetworkDebugView
renderToImpl(GL, Camera)
- Method in class
OrthoBoundsDebugView
renderToImpl(GL, Camera)
- Method in class
QuadtreeDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainAABBDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainBoundaryAABBDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainBoundaryDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainCellLabelsView
renderToImpl(GL, Camera)
- Method in class
TerrainElevationGridDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainNormalsDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainOutlineDebugView
renderToImpl(GL, Camera)
- Method in class
TerrainView
renderToImpl(GL, Camera)
- Method in class
TriangulationDebugView
renderToImpl(GL, Camera)
- Method in class
WorldObjectNormalsDebugView
renderToImpl(GL, Camera)
- Method in class
WorldObjectView
ResetCameraAction
- Class in
org.osm2world.viewer.control.actions
ResetCameraAction(ViewerFrame, Data, RenderOptions)
- Constructor for class
ResetCameraAction
reshape(GLAutoDrawable, int, int, int, int)
- Method in class
ViewerGLCanvas.ViewerGLEventListener
Resolution
- Class in
org.osm2world.console
immutable representation of an image resolution (two positive integers)
Resolution(int, int)
- Constructor for class
Resolution
regular constructor
Resolution(String)
- Constructor for class
Resolution
parsing constructor
restoreElevationForPolygon(SimplePolygonXZ)
- Method in class
TemporaryElevationStorage
restoreElevationForTriangle(TriangleXZ)
- Method in class
TemporaryElevationStorage
restoreElevationForVector(VectorXZ)
- Method in class
TemporaryElevationStorage
returns the 3d vector at a position; either by retrieving a previously existing vector or by interpolating along interpolation lines
reverse()
- Method in class
PolygonXYZ
returns a reversed version of this polygon.
reverse()
- Method in class
PolygonXZ
reverse()
- Method in class
SimplePolygonXZ
reverse()
- Method in class
TriangleXZ
returns an inversed version of this triangle.
rightNormal()
- Method in class
VectorXZ
returns the vector that would result from calculating the cross product of this vector (normalized and extended to three dimensions) and (0,1,0).
RoadModule
- Class in
org.osm2world.core.world.modules
adds roads to the world
RoadModule()
- Constructor for class
RoadModule
RoadModule.Road
- Class in
org.osm2world.core.world.modules
representation of a road
RoadModule.Road(MapWaySegment, TagGroup)
- Constructor for class
RoadModule.Road
RoadModule.RoadArea
- Class in
org.osm2world.core.world.modules
RoadModule.RoadArea(MapArea)
- Constructor for class
RoadModule.RoadArea
RoadModule.RoadCrossingAtConnector
- Class in
org.osm2world.core.world.modules
representation for crossings (zebra crossing etc.) on roads
RoadModule.RoadCrossingAtConnector(MapNode)
- Constructor for class
RoadModule.RoadCrossingAtConnector
RoadModule.RoadJunction
- Class in
org.osm2world.core.world.modules
representation for junctions between roads.
RoadModule.RoadJunction(MapNode)
- Constructor for class
RoadModule.RoadJunction
role
- Variable in class
OSMMember
rotateAroundRight(double)
- Method in class
Camera
moves lookAt to represent a rotation counterclockwise around the direction returned by
Camera.getRight()
rotateX(double)
- Method in class
VectorXYZ
returns the result of rotating this vector around the x axis
rotateY(double)
- Method in class
VectorXYZ
returns the result of rotating this vector around the y axis
rotateY(double)
- Method in class
Camera
moves lookAt to represent a rotation counterclockwise around the y axis on pos
rotateZ(double)
- Method in class
VectorXYZ
returns the result of rotating this vector around the z axis
Ruleset
- Interface in
org.osm2world.core.osm.ruleset
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z