List of usage examples for com.badlogic.gdx.graphics.glutils ShapeRenderer subclass-usage
From source file br.com.raphaelbruno.game.zombieinvaders.vr.model.FadeRenderer.java
public class FadeRenderer extends ShapeRenderer { private final float ALPHA_VELOCITY = 0.15f; private final float DELAY_TO_FINISH = 1f; private float alpha = 0f; private float red = 1f;
From source file com.formatic.boxes.ScreenRenderer.java
public class ScreenRenderer extends ShapeRenderer { private ScreenModel model; private int width; private int height; int boxWidth; int boxHeight;
From source file com.punchables.rainbowdad.utils.DebugDrawer.java
/** * * @author DrShmoogle */ public class DebugDrawer extends ShapeRenderer {