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