Package com.badlogic.gdx.graphics.g3d.particles.influencers

Examples of com.badlogic.gdx.graphics.g3d.particles.influencers.ParticleControllerFinalizerInfluencer


    return new ParticleController("ParticleController Controller", emitter, new ParticleControllerControllerRenderer(),
      new ParticleControllerInfluencer.Single(editor.assetManager.get(FlameMain.DEFAULT_TEMPLATE_PFX, ParticleEffect.class).getControllers().get(0)),
      spawnSource,
      scaleInfluencer,
      velocityInfluencer,
      new ParticleControllerFinalizerInfluencer()
      );
  }
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.particles.influencers.ParticleControllerFinalizerInfluencer

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.