Package | Description |
---|---|
org.osm2world.core.target.jogl | |
org.osm2world.viewer.view.debug |
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 |
Modifier and Type | Method and Description |
---|---|
void |
RenderableToJOGL.renderTo(JOGLTarget target) |
Modifier and Type | Method and Description |
---|---|
protected static void |
DebugView.drawArrow(JOGLTarget target,
Color color,
float headLength,
VectorXYZ... vs) |
protected static void |
DebugView.drawBox(JOGLTarget target,
Color color,
VectorXYZ v1,
VectorXYZ v2,
VectorXYZ v3,
VectorXYZ v4) |
protected static void |
DebugView.drawBoxAround(JOGLTarget target,
VectorXYZ center,
Color color,
float halfWidth) |
protected static void |
DebugView.drawBoxAround(JOGLTarget target,
VectorXZ center,
Color color,
float halfWidth) |
void |
TerrainBoundaryDebugView.fillTarget(JOGLTarget target) |
void |
OrthoBoundsDebugView.fillTarget(JOGLTarget target) |
void |
ClearingDebugView.fillTarget(JOGLTarget target) |
void |
RoofDataDebugView.fillTarget(JOGLTarget target) |
protected void |
ShadowView.fillTarget(JOGLTarget target) |
void |
Map2dTreeDebugView.fillTarget(JOGLTarget target) |
protected void |
FaceDebugView.fillTarget(JOGLTarget target) |
void |
LatLonDebugView.fillTarget(JOGLTarget target) |
void |
QuadtreeDebugView.fillTarget(JOGLTarget target) |
void |
NetworkDebugView.fillTarget(JOGLTarget target) |
protected void |
TerrainBoundaryAABBDebugView.fillTarget(JOGLTarget target) |
protected void |
MapDataBoundsDebugView.fillTarget(JOGLTarget target) |
protected void |
WorldObjectNormalsDebugView.fillTarget(JOGLTarget target) |
protected void |
EleConstraintDebugView.fillTarget(JOGLTarget target) |
void |
TerrainInterpolatorDebugView.fillTarget(JOGLTarget target) |
protected void |
EleDebugView.fillTarget(JOGLTarget target) |
protected void |
EleConnectorDebugView.fillTarget(JOGLTarget target) |
void |
InternalCoordsDebugView.fillTarget(JOGLTarget target) |
protected void |
SkyboxView.fillTarget(JOGLTarget target) |
protected abstract void |
DebugView.fillTarget(JOGLTarget target)
lets the subclass add all content and settings for rendering.
|
protected void |
WorldObjectView.fillTarget(JOGLTarget target) |
protected void |
HelpView.fillTarget(JOGLTarget target) |
void |
MapDataDebugView.fillTarget(JOGLTarget target) |
protected void |
ShadowView.updateTarget(JOGLTarget target,
boolean viewChanged) |
protected void |
SkyboxView.updateTarget(JOGLTarget target,
boolean viewChanged) |
protected void |
DebugView.updateTarget(JOGLTarget target,
boolean viewChanged)
lets the subclass update the target after the initial
DebugView.fillTarget(JOGLTarget) . |
protected void |
WorldObjectView.updateTarget(JOGLTarget target,
boolean viewChanged) |