Class VertexElementMaterial

    • Constructor Detail

      • VertexElementMaterial

        public VertexElementMaterial()
        Initializes a new instance of the VertexElementMaterial class.
    • Method Detail

      • setIndices

        public void setIndices​(int[] data)
        Load indices
        Parameters:
        data -
      • clear

        public void clear()
        Removes all elements from the direct and the index arrays.
        Specified by:
        clear in class VertexElement
      • clone

        public VertexElement clone​(boolean withDirect,
                                   boolean withIndice)