Examples of CameraInputController


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