Class Material

java.lang.Object
com.badlogic.gdx.graphics.g3d.Attributes
com.badlogic.gdx.graphics.g3d.Material
All Implemented Interfaces:
Comparable<Attributes>, Iterable<Attribute>, Comparator<Attribute>

public class Material extends Attributes
  • Field Details

  • Constructor Details

    • Material

      public Material()
      Create an empty material
    • Material

      public Material(String id)
      Create an empty material
    • Material

      public Material(Attribute... attributes)
      Create a material with the specified attributes
    • Material

      public Material(String id, Attribute... attributes)
      Create a material with the specified attributes
    • Material

      public Material(Array<Attribute> attributes)
      Create a material with the specified attributes
    • Material

      public Material(String id, Array<Attribute> attributes)
      Create a material with the specified attributes
    • Material

      public Material(Material copyFrom)
      Create a material which is an exact copy of the specified material
    • Material

      public Material(String id, Material copyFrom)
      Create a material which is an exact copy of the specified material
  • Method Details