Package advanced.space3D

Examples of advanced.space3D.Space3DScene


      }
    }, app.loadImage(this.getPathToIcons() + "pyhsics_s.png"));
   
    this.addScene(new ICreateScene() {
      public Iscene getNewScene() {
        return new Space3DScene(app, "Earth 3D");
      }
      public String getTitle() {
        return "Earth 3D";
      }
    }, app.loadImage(this.getPathToIcons() + "earth_s.png"));
View Full Code Here

TOP

Related Classes of advanced.space3D.Space3DScene

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.