Package ast.effect

Examples of ast.effect.ParticleEffect$Particle


public  class MainMenu {
 
  private static ParticleEffect effect;
 
  public static void init(){
    effect = new ParticleEffect(new Vector3f(0, 0,-10), 70, 10.1f);   
  }
View Full Code Here

TOP

Related Classes of ast.effect.ParticleEffect$Particle

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.