Package ast.effect

Examples of ast.effect.Laser


   * @param direction float direction(deg)
   */
  public void init(Vector3f pos, float direction){
    this.pos = pos; 
   
    laser = new Laser(pos);
    laser.setSpeed(speed, direction);
   
  }
View Full Code Here

TOP

Related Classes of ast.effect.Laser

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.