Package cz.cube.mtheory.hud

Examples of cz.cube.mtheory.hud.Hud


        display.getRenderer().setBackgroundColor(ColorRGBA.black);

        Node nodeRandomObjects = Tool.makeRandomEnviromentObjects(new Vector3f(0, 0, -500), 3000, 5000, true);
        rootNode.attachChild(nodeRandomObjects);

        hud = new Hud();
        SceneMonitor.getMonitor().registerNode(hud, "HUD");

        AbsoluteMouse am = new AbsoluteMouse("am", DisplaySystem.getDisplaySystem().getWidth(), DisplaySystem.getDisplaySystem().getHeight());
        am.setRenderState(Tool.createUsualTS(HudTextures.MOUSE_CURSOR));
        am.setRenderState(Tool.createUsualBS());
View Full Code Here

TOP

Related Classes of cz.cube.mtheory.hud.Hud

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.