Package com.ardor3d.scenegraph.controller.interpolation

Examples of com.ardor3d.scenegraph.controller.interpolation.QuaternionInterpolationController


                new Quaternion(0.0, 1.0, 0.0, 1.0), //
                new Quaternion(0.0, 0.0, 1.0, 1.0), //
                new Quaternion(1.0, 1.0, 1.0, 1.0) };

        // Create our controller
        final QuaternionInterpolationController controller = new QuaternionInterpolationController();
        controller.setControls(quats);
        controller.setActive(true);

        return controller;
    }
View Full Code Here

TOP

Related Classes of com.ardor3d.scenegraph.controller.interpolation.QuaternionInterpolationController

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.