Xj3D VRML/X3D Code API

org.web3d.vrml.renderer.j3d.input
Interface CollisionListener


public interface CollisionListener

A listener interface used to notify of a collision between the user position and geometry in the scene.

Version:
$Revision: 1.3 $
Author:
Justin Couch

Method Summary
 void avatarCollision(javax.media.j3d.SceneGraphPath path)
          Notification that a collision has taken place with the given Java3D scene object.
 

Method Detail

avatarCollision

public void avatarCollision(javax.media.j3d.SceneGraphPath path)
Notification that a collision has taken place with the given Java3D scene object.

Parameters:
path - The path from the root of the scene graph to here

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium