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

Examples of com.badlogic.gdx.graphics.g3d.particles.renderers.PointSpriteRenderer


    velocityValue.phiValue.setTimeline(new float[] {0, 0.5f, 1});
    velocityValue.phiValue.setScaling(new float[] {1, 0, 0});
    velocityValue.thetaValue.setHigh(0, 360);
    velocityValue.strengthValue.setHigh(5, 10);

    return new ParticleController("PointSprite Controller", emitter, new PointSpriteRenderer(editor.getPointSpriteBatch()),
      new RegionInfluencer.Single((Texture) editor.assetManager.get(FlameMain.DEFAULT_BILLBOARD_PARTICLE) ),
      spawnSource,
      scaleInfluencer,
      colorInfluencer,
      velocityInfluencer
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.particles.renderers.PointSpriteRenderer

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.