Package org.jdesktop.wonderland.client.jme.input

Examples of org.jdesktop.wonderland.client.jme.input.AvatarCollisionEvent


        public void processCollision(CollisionInfo collisionInfo) {
            JMECollisionDetails cd = (JMECollisionDetails)collisionInfo.get(0);
            if (logger.isLoggable(Level.INFO))
                logger.info("Collided with: " + cd.getReportedNode() + " on entity: " + cd.getEntity());
            ClientContextJME.getInputManager().postEvent(new AvatarCollisionEvent(collisionInfo), cd.getEntity());
        }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.jme.input.AvatarCollisionEvent

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.