j3d.org Code

org.j3d.renderer.java3d.navigation
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.2 $
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 the node that was collided with

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org