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

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


        // header
        mohd = new MOHD(databuffer);
        // textures
        motx = new MOTX(databuffer);
        // groups
        momt = new MOMT(databuffer);
        mogn = new MOGN(databuffer);
        mogi = new MOGI(databuffer);
        // skybox
        mosb = new unkChunk(databuffer, "BSOM");
        // portals
View Full Code Here


   */
  private void create() throws ChunkNotFoundException{
    mver = new MVER();
    mohd = new MOHD();
    motx = new MOTX();
    momt = new MOMT();
    mogn = new MOGN();
    mogi = new MOGI();
    mosb = new unkChunk("BSOM");
    mopv = new unkChunk("VPOM");
    mopt = new unkChunk("TPOM");
View Full Code Here

TOP

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

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.