Java com.badlogic.gdx.graphics.g3d Material fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g3d Material fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g3d Material.

The text is from its open source code.

Constructor

Material(final String id)
Create an empty material
Material(final Attribute... attributes)
Create a material with the specified attributes
Material(final Array attributes)
Create a material with the specified attributes
Material(final Material copyFrom)
Create a material which is an exact copy of the specified material
Material(final String id, final Attribute... attributes)
Create a material with the specified attributes
Material(final String id, final Array attributes)
Create a material with the specified attributes
Material(final String id, final Material copyFrom)
Create a material which is an exact copy of the specified material
Material()
Create an empty material