Package | Description |
---|---|
org.osm2world.console |
command line interface for OSM2World.
|
org.osm2world.core.target.common.rendering | |
org.osm2world.core.target.jogl | |
org.osm2world.core.target.obj |
target that creates Wavefront .obj and .mtl files
|
org.osm2world.core.target.povray |
target that creates .pov files for the POVRay raytracer
|
org.osm2world.viewer.model | |
org.osm2world.viewer.view.debug |
Modifier and Type | Method and Description |
---|---|
void |
ImageExporter.ImageExporterGLEventListener.prepareRendering(Camera camera,
Projection projection,
int x,
int y) |
void |
ImageExporter.writeImageFile(File outputFile,
CLIArgumentsUtil.OutputMode outputMode,
int x,
int y,
Camera camera,
Projection projection)
renders this ImageExporter's content to a file
|
Modifier and Type | Method and Description |
---|---|
static Camera |
OrthoTilesUtil.cameraForBounds(AxisAlignedBoundingBoxXZ bounds,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
static Camera |
OrthoTilesUtil.cameraForTile(MapProjection mapProjection,
TileNumber tile,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
static Camera |
OrthoTilesUtil.cameraForTiles(MapProjection mapProjection,
List<TileNumber> tiles,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
Modifier and Type | Method and Description |
---|---|
void |
JOGLTarget.render(Camera camera,
Projection projection) |
void |
JOGLRendererVBOFixedFunction.render(Camera camera,
Projection projection) |
void |
AbstractJOGLTarget.render(Camera camera,
Projection projection) |
void |
JOGLRendererVBOShader.render(Camera camera,
Projection projection)
Render the stored VBOs.
|
void |
JOGLTargetFixedFunction.renderPart(Camera camera,
Projection projection,
double xStart,
double xEnd,
double yStart,
double yEnd)
similar to
AbstractJOGLTarget.render(Camera, Projection) ,
but allows rendering only a part of the "normal" image. |
void |
JOGLTarget.renderPart(Camera camera,
Projection projection,
double xStart,
double xEnd,
double yStart,
double yEnd)
similar to
JOGLTarget.render(Camera, Projection) ,
but allows rendering only a part of the "normal" image. |
void |
JOGLTargetShader.renderPart(Camera camera,
Projection projection,
double xStart,
double xEnd,
double yStart,
double yEnd) |
protected void |
JOGLRendererVBO.sortPrimitivesBackToFront(Camera camera,
Projection projection)
Sort all transparent primitives back to front relative to the camera.
|
static Projection |
JOGLTargetShader.updateClippingPlanesForCamera(Camera camera,
Projection projection,
AxisAlignedBoundingBoxXYZ boundingBox)
Calculate tighter near and far planes for the boundingBox around the visible world objects.
|
Modifier and Type | Method and Description |
---|---|
static void |
ObjWriter.writeObjFile(File objFile,
MapData mapData,
MapProjection mapProjection,
Camera camera,
Projection projection,
boolean underground) |
static void |
ObjWriter.writeObjFiles(File objDirectory,
MapData mapData,
MapProjection mapProjection,
Camera camera,
Projection projection,
int primitiveThresholdPerFile) |
Modifier and Type | Method and Description |
---|---|
static void |
POVRayWriter.writePOVInstructionFile(File file,
MapData mapData,
Camera camera,
Projection projection) |
Modifier and Type | Field and Description |
---|---|
Camera |
RenderOptions.camera |
Modifier and Type | Field and Description |
---|---|
protected Camera |
DebugView.camera |
Modifier and Type | Method and Description |
---|---|
void |
DebugView.renderTo(GL gl,
Camera camera,
Projection projection)
renders the content added by
DebugView.fillTarget(JOGLTarget) . |
void |
HelpView.renderTo(GL gl,
Camera camera,
Projection projection) |