Package | Description |
---|---|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util | |
gov.nasa.worldwind.util.combine |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSurfaceShape.combine(CombineContext cc)
Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext.
|
protected void |
AbstractSurfaceShape.combineBounds(CombineContext cc) |
protected void |
AbstractSurfaceShape.combineContours(CombineContext cc) |
protected void |
AbstractSurfaceShape.doCombineContour(CombineContext cc,
java.lang.Iterable<? extends LatLon> contour) |
protected void |
AbstractSurfaceShape.doCombineContours(CombineContext cc) |
Modifier and Type | Method and Description |
---|---|
void |
ContourList.combine(CombineContext cc)
Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext.
|
protected void |
ContourList.combineBounds(CombineContext cc) |
protected void |
ContourList.combineContours(CombineContext cc) |
protected void |
ContourList.doCombineContours(CombineContext cc) |
Modifier and Type | Field and Description |
---|---|
protected CombineContext |
CombineContext.TessCallbackAdapter.cc
The CombineContext that receives forwarded GLU tessellator callbacks.
|
Modifier and Type | Method and Description |
---|---|
protected CombineContext |
ShapeCombiner.createContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
ShapeCombiner.assembleBoundingSectors(CombineContext cc,
Combinable... shapes) |
void |
Combinable.combine(CombineContext cc)
Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext.
|
protected void |
ShapeCombiner.difference(CombineContext cc,
Combinable... shapes) |
protected void |
ShapeCombiner.intersection(CombineContext cc,
Combinable... shapes) |
protected void |
ShapeCombiner.intersection(CombineContext cc,
Combinable a,
Combinable b) |
protected void |
ShapeCombiner.reverseUnion(CombineContext cc,
Combinable... shapes) |
protected void |
ShapeCombiner.union(CombineContext cc,
Combinable... shapes) |
Constructor and Description |
---|
TessCallbackAdapter(CombineContext cc)
Creates a new TessCallbackAdapter with a CombineContext that receives GLU tessellator callbacks sent to this
instance.
|