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

RAIL_BALLAST_DEFAULT - Static variable in class Materials
 
RAIL_DEFAULT - Static variable in class Materials
 
RAIL_SLEEPER_DEFAULT - Static variable in class Materials
 
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
 
reconstructFaces() - Method in class FaceTarget
decides whether faces should be reconstructed from triangulations and other primitives.
reconstructFaces() - Method in class ObjTarget
 
RED_ROAD_MARKING - Static variable in class Materials
 
relationMembers - Variable in class OSMRelation
 
releaseAll() - Method in class JOGLTextureManager
 
ReloadOSMAction - Class in org.osm2world.viewer.control.actions
reloads the previously opened OSM file
ReloadOSMAction(ViewerFrame, Data, RenderOptions) - Constructor for class ReloadOSMAction
 
removeDuplicateEdges() - Method in class FaceTarget.Face
 
render(Camera, Projection) - Method in class JOGLRendererVBO
 
render(RenderableToJOGL) - Method in class JOGLTarget
 
render(Camera, Projection) - Method in class JOGLTarget
 
render(RenderableToPrimitiveTarget) - Method in class PrimitiveBuffer
 
render(RenderableToObj) - Method in class ObjTarget
 
render(RenderableToPOVRay) - Method in class POVRayTarget
 
render(RenderableToPrimitiveTarget) - Method in class StatisticsTarget
 
render(R) - Method in interface Target
renders a renderable object to this target.
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
RenderableToFaceTarget - Interface in org.osm2world.core.target.common
a renderable with specialized output code for FaceTargets
RenderableToJOGL - Interface in org.osm2world.core.target.jogl
 
RenderableToObj - Interface in org.osm2world.core.target.obj
 
RenderableToPOVRay - Interface in org.osm2world.core.target.povray
 
RenderableToPrimitiveTarget - Interface in org.osm2world.core.target.common
 
renderCrosstree(Target<?>, Material, VectorXYZ, double, double, boolean) - Static method in class WorldModuleBillboardUtil
renders a "cross tree" shape.
renderObject(Target<R>, Object) - Static method in class TargetUtil
renders any object to a target instance if it is a renderable compatible with that target type.
renderOptions - Variable in class AbstractExportAction
 
RenderOptions - Class in org.osm2world.viewer.model
 
RenderOptions() - Constructor for class RenderOptions
 
renderPart(Camera, Projection, double, double, double, double) - Method in class JOGLTarget
similar to JOGLTarget.render(Camera, Projection), but allows rendering only a part of the "normal" image.
renderTo(FaceTarget<?>) - Method in interface RenderableToFaceTarget
 
renderTo(PrimitiveTarget<?>) - Method in interface RenderableToPrimitiveTarget
 
renderTo(JOGLTarget) - Method in interface RenderableToJOGL
 
renderTo(ObjTarget) - Method in interface RenderableToObj
 
renderTo(POVRayTarget) - Method in interface RenderableToPOVRay
 
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(Target<?>) - Method in class BuildingModule.Building
 
renderTo(Target<?>) - Method in class BuildingModule.BuildingPart.HeightfieldRoof
 
renderTo(Target<?>) - Method in class BuildingModule.BuildingPart
 
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.RoadConnector
 
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(Target<?>) - Method in class WaterModule.Waterway
 
renderTo(GL2, Camera, Projection) - Method in class DebugView
renders the content added by DebugView.fillTarget(JOGLTarget).
renderTo(GL2, Camera, Projection) - Method in class HelpView
 
renderWorldObjects(Target<R>, MapData, boolean) - Static method in class TargetUtil
render all world objects to a target instance that are compatible with that target type
renderWorldObjects(Iterator<? extends Target<R>>, MapData, int) - Static method in class TargetUtil
render all world objects to a target instances that are compatible with that target type.
reset() - Method in class JOGLTarget
discards all accumulated draw calls
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).
ROAD_MARKING - Static variable in class Materials
 
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.RoadConnector - Class in org.osm2world.core.world.modules
visible connectors where a road changes width or lane layout
RoadModule.RoadConnector(MapNode) - Constructor for class RoadModule.RoadConnector
 
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
 
roll(double) - Method in class Camera
rolls the camera
ROOF_DEFAULT - Static variable in class Materials
 
RoofDataDebugView - Class in org.osm2world.viewer.view.debug
 
RoofDataDebugView() - Constructor for class RoofDataDebugView
 
root - Variable in class Map2dTree
 
rotateShapeX(List<VectorXYZ>, double, double, double) - Static method in class WorldModuleGeometryUtil
creates an rotated version of a list of vectors by rotating them by the given angle around the parallel of the x axis defined by the given Y and Z coordinates
rotateVec(double, VectorXYZ) - Method in class VectorXYZ
returns the result of rotating this vector around the given normalized vector n
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
 

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