Package nexus.model.structs

Examples of nexus.model.structs.ChunkContainer


   */
  public Model(Camera camera) {
    this.modelThread = new Thread(this, "model_thread");
    this.modelThread.start();
   
    this.chunks = new ChunkContainer();
    this.camera = camera;
    this.locked = false;
  }
View Full Code Here

TOP

Related Classes of nexus.model.structs.ChunkContainer

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.