Package | Description |
---|---|
org.osm2world.core.target.common | |
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.core.target.statistics |
Modifier and Type | Class and Description |
---|---|
class |
FaceTarget<R extends Renderable>
a target that relies on faces to represent geometry.
|
class |
PrimitiveTarget<R extends Renderable>
superclass for targets that are based on OpenGL primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJOGLTarget
Common implementation base for the new shader based
JOGLTargetShader and the old JOGLTargetFixedFunction |
class |
JOGLTargetFixedFunction
JOGL target using the old fixed function OpenGL pipeline.
|
class |
JOGLTargetShader |
class |
PrimitiveBuffer
Storage for low-level rendering information (vertex and primitive data)
that can be displayed using graphics APIs, e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjTarget |
Modifier and Type | Class and Description |
---|---|
class |
POVRayTarget |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsTarget
a target that simply counts the primitives that are sent to it
to create statistics.
|