Package net.lenkaspace.creeper.model

Examples of net.lenkaspace.creeper.model.CRWorld


         
          //-- create reference to report controller and register self with it
          reportController = new CRReportController(this);
         
          //-- create basic world and set it to renderer
          world = new CRWorld(0, new CRVector3d(700,650,0), this);
          if (renderer != null) {
            renderer.setWorld(world);
          }
         
          if (!consoleOnly) {
View Full Code Here

TOP

Related Classes of net.lenkaspace.creeper.model.CRWorld

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.