Package com.badlogic.gdx.graphics.g3d.utils

Examples of com.badlogic.gdx.graphics.g3d.utils.CameraInputController


      worldCamera.lookAt(0,0,0);
      worldCamera.near = 0.1f;
      worldCamera.far = 300f;
      worldCamera.update();

      cameraInputController = new CameraInputController(worldCamera);

      //Batches
      pointSpriteBatch = new PointSpriteParticleBatch();
      pointSpriteBatch.setCamera(worldCamera);
     
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.utils.CameraInputController

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.