Package com.threed.jpct.util

Examples of com.threed.jpct.util.KeyMapper


  public SpaceCamera2(World world, GameConfig config){
    setCamera(world.getCamera());
    setDefaultScene()
   
   
    keyMapper = new KeyMapper();
    this.config = config;
    distance = config.getDefaultCameraDist();
    setDefaultPosition();
    lookAtCenter();
  }
View Full Code Here

TOP

Related Classes of com.threed.jpct.util.KeyMapper

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.