Package advanced.models3D

Examples of advanced.models3D.Models3DScene


      }
    }, app.loadImage(this.getPathToIcons() + "fluidparticles_s.png"));
   
    this.addScene(new ICreateScene() {
      public Iscene getNewScene() {
        return new Models3DScene(app, "3D Models");
      }
      public String getTitle() {
        return "3D Models";
      }
    }, app.loadImage(this.getPathToIcons() + "teapot.jpg"));
View Full Code Here

TOP

Related Classes of advanced.models3D.Models3DScene

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.