}
}, 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"));