Package advanced.fluidSimulator

Examples of advanced.fluidSimulator.FluidSimulationScene


      }
    }, app.loadImage(this.getPathToIcons() + "water_s.png"));
   
    this.addScene(new ICreateScene() {
      public Iscene getNewScene() {
        return new FluidSimulationScene(app, "Fluid Particles");
      }
      public String getTitle() {
        return "Fluid Particles";
      }
    }, app.loadImage(this.getPathToIcons() + "fluidparticles_s.png"));
View Full Code Here

TOP

Related Classes of advanced.fluidSimulator.FluidSimulationScene

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.