Examples of calcCoordinates()


Examples of starlight.taliis.helpers.adtCoordHelper.calcCoordinates()

    // add a wmo
    int wmoID = obj.mwmo.addString("world\\wmo\\azeroth\\buildings\\guildhouses\\guildhouseb.wmo");
    obj.mwmo.addString("World\\wmo\\Dungeon\\LD_ShadowFang\\LD_ShadowFang.wmo");

    // set our coordinates
    cordh.calcCoordinates(49, 31, 60F, texID);
    cordh.loadHeightMap("./images/hmap.jpg", 0.5F);
   
    // place a DD
    objh.addDoodad(ddID, 96050, -9270F, 300F, 60.5F);
    objh.addDoodad(ddID, 96051, -9260F, 300F, 60.5F);
View Full Code Here

Examples of starlight.taliis.helpers.adtCoordHelper.calcCoordinates()

        default:
          return null;
      }
 
      adtCoordHelper chelp = new adtCoordHelper( (adt)tmp );
      chelp.calcCoordinates(n.y, n.x, 0, 0);
     
      // register by ourselfes
      fm.registerObject(
        tmp,
        new File(n.name + "_" + n.xStr + "_" + n.yStr + ".adt")
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.