Example usage for com.badlogic.gdx.graphics.g3d.decals Decal subclass-usage

List of usage examples for com.badlogic.gdx.graphics.g3d.decals Decal subclass-usage

Introduction

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

Usage

From source file com.cyphercove.doublehelix.DecalPlus.java

/**
 * Created by Darren on 9/20/2015.
 */
public class DecalPlus extends Decal {
    public float cameraDistance;
}

From source file com.github.fauu.helix.graphics.AnimatedDecal.java

/** {@link #setTextureRegion(TextureRegion) sets the texture region} of its super type {@link Decal} to the correct one according to the {@link Animation} it holds
 *    @author dermetfan */
public class AnimatedDecal extends Decal implements ManagedAnimation {

    /** the {@link Animation} to display */
    private Animation animation;

From source file net.dermetfan.utils.libgdx.graphics.AnimatedDecal.java

/** {@link #setTextureRegion(TextureRegion) sets the texture region} of its super type {@link Decal} to the correct one according to the {@link Animation} it holds
 *    @author dermetfan */
public class AnimatedDecal extends Decal implements ManagedAnimation {

    /** the {@link Animation} to display */
    private Animation animation;