Package cz.cube.mtheory.helper

Examples of cz.cube.mtheory.helper.Grid


    @Override
    protected void simpleInitGame() {
        display.getRenderer().setBackgroundColor(ColorRGBA.black);

        rootNode.attachChild(new Grid(new Vector3f(), new Vector3f(), 10, 10, 1000, true));

        Spatial ship = ModelLoader.loadTriMesh("/model/max3ds/final05.3ds");
        ship.setRenderState(Tool.createUsualTS("/model/max3ds/final05.jpg"));
        rootNode.attachChild(ship);
View Full Code Here

TOP

Related Classes of cz.cube.mtheory.helper.Grid

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.