Package starlight.taliis.core.chunks.wmo.root

Examples of starlight.taliis.core.chunks.wmo.root.MODN


        // lightning
        molt = new unkChunk(databuffer, "TLOM");
        // doodad sets
        mods = new MODS(databuffer);
        // doodads
        modn = new MODN(databuffer);
        modd = new MODD(databuffer);
        // fog
        mfog = new unkChunk(databuffer, "GOFM");
        // volume panels (optional)
        if(databuffer.hasRemaining()
View Full Code Here


    molt = new unkChunk("TLOM");
    
     mods = new MODS();
     
   
    modn = new MODN();
    modd = new MODD();
    mfog = new unkChunk("GOFM");
    //mcvp = new MCVP();
  }
View Full Code Here

TOP

Related Classes of starlight.taliis.core.chunks.wmo.root.MODN

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.