Example usage for com.badlogic.gdx.graphics.g3d.environment ShadowMap interface-usage

List of usage examples for com.badlogic.gdx.graphics.g3d.environment ShadowMap interface-usage

Introduction

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

Usage

From source file lpool.gui.DirectionalShadowLight.java

/** Experimental, likely to change, do not use!
 * @author Xoppa */
public class DirectionalShadowLight extends DirectionalLight implements ShadowMap, Disposable {
    protected FrameBuffer fbo;
    protected Camera cam;
    protected float halfDepth;