protected static class SegmentPlaneRenderer.RenderInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
borderCapIndexCount |
protected IntBuffer |
borderCapIndices |
protected FloatBuffer |
borderCapNormals |
protected FloatBuffer |
borderCapVertices |
protected int |
borderCylinderIndexCount |
protected IntBuffer |
borderCylinderIndices |
protected FloatBuffer |
borderCylinderNormals |
protected FloatBuffer |
borderCylinderVertices |
protected Globe |
globe |
protected Map<String,MarkerShape> |
markerShapeMap |
protected int |
planeFillIndexCount |
protected IntBuffer |
planeFillIndices |
protected int |
planeGridIndexCount |
protected IntBuffer |
planeGridIndices |
protected DoubleBuffer |
planeNormals |
protected int |
planeOutlineIndexCount |
protected IntBuffer |
planeOutlineIndices |
protected Vec4 |
planeReferenceCenter |
protected DoubleBuffer |
planeVertices |
protected Object |
segmentPlaneKey |
Modifier | Constructor and Description |
---|---|
protected |
RenderInfo() |
Modifier and Type | Method and Description |
---|---|
MarkerShape |
getMarkerShape(String shapeType) |
boolean |
isExpired(Globe globe,
SegmentPlane segmentPlane) |
void |
makeCurrent(Globe globe,
SegmentPlane segmentPlane) |
protected int borderCapIndexCount
protected IntBuffer borderCapIndices
protected FloatBuffer borderCapNormals
protected FloatBuffer borderCapVertices
protected int borderCylinderIndexCount
protected IntBuffer borderCylinderIndices
protected FloatBuffer borderCylinderNormals
protected FloatBuffer borderCylinderVertices
protected Globe globe
protected Map<String,MarkerShape> markerShapeMap
protected int planeFillIndexCount
protected IntBuffer planeFillIndices
protected int planeGridIndexCount
protected IntBuffer planeGridIndices
protected DoubleBuffer planeNormals
protected int planeOutlineIndexCount
protected IntBuffer planeOutlineIndices
protected Vec4 planeReferenceCenter
protected DoubleBuffer planeVertices
protected Object segmentPlaneKey
public MarkerShape getMarkerShape(String shapeType)
public boolean isExpired(Globe globe, SegmentPlane segmentPlane)
public void makeCurrent(Globe globe, SegmentPlane segmentPlane)