| Package | Description |
|---|---|
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.render.airspaces |
| Modifier and Type | Field and Description |
|---|---|
protected OutlinedShape |
AbstractShape.outlineShapeRenderer
Outlined shapes are drawn as
OutlinedShapes. |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawContextImpl.drawOutlinedShape(OutlinedShape renderer,
Object shape) |
void |
DrawContext.drawOutlinedShape(OutlinedShape renderer,
Object shape)
Performs a multi-pass rendering technique to ensure that outlines around filled shapes are drawn correctly when
blending or ant-aliasing is performed, and that filled portions of the shape resolve depth-buffer fighting with
shapes previously drawn in favor of the current shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutlinedShape |
AbstractAirspace.outlineShapeRenderer |