Package de.venjinx.editor.debug

Examples of de.venjinx.editor.debug.DebugState


        showSettings = false;
    }

    @Override
    public void simpleInitApp() {
        DebugState debug = new DebugState();
        stateManager.attach(debug);

        Box b = new Box(new Vector3f(0, 0, 0), new Vector3f(1, 1, 1));
        Geometry g = new Geometry("", b);
        g.setMaterial(new Material(assetManager, "Common/MatDefs/Misc/ShowNormals.j3md"));
View Full Code Here


    protected DebugMouse mouse;
    protected DebugState debugState;
    protected VoxelState worldState;

    public VenJinXEditor() {
        super(new VoxelState(), new DebugState());
    }
View Full Code Here

TOP

Related Classes of de.venjinx.editor.debug.DebugState

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.