Examples of OrbitCamControl


Examples of com.ardor3d.input.control.OrbitCamControl

        // clean out the first person handler
        FirstPersonControl.removeTriggers(_logicalLayer, _controlHandle);

        // add Orbit handler - set it up to control the main camera
        control = new OrbitCamControl(_canvas.getCanvasRenderer().getCamera(), targetMesh);
        control.setupMouseTriggers(_logicalLayer, true);
        control.setSphereCoords(15, 0, 0);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.