Class SegmentPlaneRenderer.RenderInfo

  • Enclosing class:
    SegmentPlaneRenderer

    protected static class SegmentPlaneRenderer.RenderInfo
    extends java.lang.Object
    • Field Detail

      • globe

        protected Globe globe
      • segmentPlaneKey

        protected java.lang.Object segmentPlaneKey
      • planeReferenceCenter

        protected Vec4 planeReferenceCenter
      • planeFillIndexCount

        protected int planeFillIndexCount
      • planeOutlineIndexCount

        protected int planeOutlineIndexCount
      • planeGridIndexCount

        protected int planeGridIndexCount
      • planeFillIndices

        protected java.nio.IntBuffer planeFillIndices
      • planeOutlineIndices

        protected java.nio.IntBuffer planeOutlineIndices
      • planeGridIndices

        protected java.nio.IntBuffer planeGridIndices
      • planeVertices

        protected java.nio.DoubleBuffer planeVertices
      • planeNormals

        protected java.nio.DoubleBuffer planeNormals
      • borderCylinderIndexCount

        protected int borderCylinderIndexCount
      • borderCapIndexCount

        protected int borderCapIndexCount
      • borderCylinderIndices

        protected java.nio.IntBuffer borderCylinderIndices
      • borderCapIndices

        protected java.nio.IntBuffer borderCapIndices
      • borderCylinderVertices

        protected java.nio.FloatBuffer borderCylinderVertices
      • borderCapVertices

        protected java.nio.FloatBuffer borderCapVertices
      • borderCylinderNormals

        protected java.nio.FloatBuffer borderCylinderNormals
      • borderCapNormals

        protected java.nio.FloatBuffer borderCapNormals
      • markerShapeMap

        protected java.util.Map<java.lang.String,​MarkerShape> markerShapeMap
    • Constructor Detail

      • RenderInfo

        protected RenderInfo()
    • Method Detail

      • getMarkerShape

        public MarkerShape getMarkerShape​(java.lang.String shapeType)