Package com.jmex.effects.water

Examples of com.jmex.effects.water.ProjectedGrid


    w.start();
  }
 
  protected void simpleInitGame() {
    WaterHeightGenerator hg = new WaterHeightGenerator();
    ProjectedGrid pg  = new ProjectedGrid( "Main Water", cam, 
        100,
                100,
                1.0f,
                hg);
    rootNode.attachChildpg );
View Full Code Here

TOP

Related Classes of com.jmex.effects.water.ProjectedGrid

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.