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

Examples of org.jdesktop.wonderland.modules.avatarbase.client.jme.FlexibleCameraAdapter$FCAInputListener


                camState.setCameraPosition(translation.add(offset));
                camState.setTargetCharacter(avatarCellRenderer.getAvatarCharacter());

                // Create the Chase Camera with the model and state and add to
                // the View Manager
                FlexibleCameraAdapter chaseCamera =
                        new FlexibleCameraAdapter(camModel, camState);
                viewManager.setCameraController(chaseCamera);
            }
        });

        // A menu item for a test control panel for the avatar.
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.avatarbase.client.jme.FlexibleCameraAdapter$FCAInputListener

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.