Package com.badlogic.gdx.math

Examples of com.badlogic.gdx.math.RandomXS128


  public Array<ControllerData> controllersData;
  ParticleSystem particleSystem;

  public FlameMain () {
    super("Flame");
    MathUtils.random = new RandomXS128();
    particleSystem = ParticleSystem.get();
    effect = new ParticleEffect();
    particleSystem.add(effect);
    assetManager = new AssetManager();
    assetManager.setErrorListener(this);
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.math.RandomXS128

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.