Examples of loadHeightMap()


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

    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);
    objh.addDoodad(ddID, 96052, -9280F, 300F, 60.5F);
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.