Package org.jdesktop.wonderland.modules.affordances.client.jme

Examples of org.jdesktop.wonderland.modules.affordances.client.jme.RotateAffordance$RotationDragListener


        // If we are making the affordance ACTIVE, we want to create the
        // visual affordance Entity. We must do this *before* we call the
        // super.setStatus() method which relies upon a valid affordance
        if (status == CellStatus.ACTIVE) {
            if (increasing) {
                affordance = new RotateAffordance(getSceneGraphRoot());
                ((RotateAffordance)affordance).addRotationListener(listener);
            } else {
                ((RotateAffordance)affordance).removeRotationListener(listener);
            }
        }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.affordances.client.jme.RotateAffordance$RotationDragListener

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.