Package | Description |
---|---|
org.osm2world.core.target.common | |
org.osm2world.core.target.jogl | |
org.osm2world.core.target.statistics |
Modifier and Type | Method and Description |
---|---|
void |
RenderableToPrimitiveTarget.renderTo(PrimitiveTarget<?> target) |
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 |
StatisticsTarget
a target that simply counts the primitives that are sent to it
to create statistics.
|