Package org.pollux3d.cam

Examples of org.pollux3d.cam.PolluxCam


   */
  private CamRotationOffsetAnimation rotationOffsetAnimation = new CamRotationOffsetAnimation(1, 0.5f);
 
  public void initialize(AppStateManager stateManager, Application app){
    super.initialize(stateManager, app);
    cam = new PolluxCam(app.getCamera(), position);
  }
View Full Code Here

TOP

Related Classes of org.pollux3d.cam.PolluxCam

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.