Package com.graphics

Examples of com.graphics.Camera


 
  public static void initSim(){
    shapes = new ArrayList<Shape> ();
    sim_shapes = new ArrayList<Shape> ();
    distroy_shapes = new ArrayList<Shape> ();
    cam  = new Camera(new Vector(0,0,-500),new Quat());
  }
View Full Code Here

TOP

Related Classes of com.graphics.Camera

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.