Package cz.cube.mtheory.input

Examples of cz.cube.mtheory.input.VirtualHandler


        hud.attachChild(am);
        hud.updateRenderState();

        cam.setFrustumPerspective(60.0f, (float) display.getWidth() / (float) display.getHeight(), 1, 5000);
        testCamera = DisplaySystem.getDisplaySystem().getRenderer().createCamera(display.getWidth(), display.getHeight());
        virtualHandler = new VirtualHandler(cam, hud.getControlCrossNode(), hud.getSpeedBarNode());

        input = new ShipInputHandler(virtualHandler);
        am.registerWithInputHandler(input);

        node = new CameraNode("cocpit", testCamera);
View Full Code Here

TOP

Related Classes of cz.cube.mtheory.input.VirtualHandler

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.