Examples of waterHeightDialog


Examples of de.taliis.plugins.dialogs.waterHeightDialog

    if(of==null || !(of.obj instanceof adt)) return;
   
    // get data
    adt obj = (adt)of.obj;
   
    waterHeightDialog a=new waterHeightDialog(null);
    float height=a.heightval;
    for(int i=0;i<256;i++){
      if(!obj.mcnk[i].mclq.isempty){
        obj.mcnk[i].mclq.altitude=height;
        obj.mcnk[i].mclq.baseheight=height;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.