Examples of ChunkContainer


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
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.