Package javara.world.physical

Examples of javara.world.physical.Hector


    }
    catch (Exception ex) {
      ex.printStackTrace();
    }

    Hector hector = new Hector(world, ColorRGBA.DarkGray, new ColorRGBA(0.9f, 0.6f, 0, 1), new ColorRGBA(0.4f, 0, 0, 1));
    player = new Player(world, inputManager, cam, listener, hector);
    world.setAudioRenderer(audioRenderer);
    world.setPlayer(player);
    world.initialize();
  }
View Full Code Here

TOP

Related Classes of javara.world.physical.Hector

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.