Example usage for com.badlogic.gdx.graphics.g3d.decals GroupStrategy interface-usage

List of usage examples for com.badlogic.gdx.graphics.g3d.decals GroupStrategy interface-usage

Introduction

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

Usage

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

/**
 * Created by Darren on 7/20/2015.
 */
public class ParticleGroupStrategy implements GroupStrategy, BillboardGroupStrategy, Disposable {

    private static final float WHITENESS = 0.4f;