Class AntennaModel.ShapeData

    • Field Detail

      • vertices

        protected java.nio.FloatBuffer vertices
      • texCoords

        protected java.nio.FloatBuffer texCoords
      • indices

        protected java.nio.IntBuffer[] indices
      • normals

        protected java.nio.FloatBuffer normals
    • Constructor Detail

      • ShapeData

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