Class AntennaAxes.ShapeData

    • Field Detail

      • vertices

        protected java.nio.FloatBuffer vertices
      • indices

        protected java.nio.IntBuffer[] indices
      • normals

        protected java.nio.FloatBuffer normals
      • coneVertices

        protected java.nio.FloatBuffer coneVertices
      • coneIndices

        protected java.nio.IntBuffer coneIndices
      • coneNormals

        protected java.nio.FloatBuffer coneNormals
    • Constructor Detail

      • ShapeData

        public ShapeData​(DrawContext dc,
                         AntennaAxes shape)
        Construct a cache entry using the boundaries of this shape.
        Parameters:
        dc - the current draw context.
        shape - this shape.