Example usage for com.badlogic.gdx.graphics.g3d.materials MaterialAttribute subclass-usage

List of usage examples for com.badlogic.gdx.graphics.g3d.materials MaterialAttribute subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.graphics.g3d.materials MaterialAttribute subclass-usage.

Usage

From source file de.redlion.badminton.render.AnimateAttribute.java

public class AnimateAttribute extends MaterialAttribute {

    static float time = 0;

    protected AnimateAttribute() {
    }