Package box2dLight

Examples of box2dLight.DirectionalLight


    clearLights();
   
    groundBody.setActive(false);
    sunDirection = MathUtils.random(0f, 360f);
   
    DirectionalLight light = new DirectionalLight(
        rayHandler, 4 * RAYS_PER_BALL, null, sunDirection);
    lights.add(light);
  }
View Full Code Here

TOP

Related Classes of box2dLight.DirectionalLight

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.