I have a 3d model that can be manipulated with the mouse, and I want it to
also detect collisions with other nodes. My picking code works fine, but
when I add the collision detector to the scene graph (doing something
similar to the TickTockCollision example code) the picking code just stops
working. Add the collision detector to the scene graph, picking doesn't
work...don't add the detector, it works.
Does anyone have example code that has both picking and collision behaviors
active simultaneously? I suspect I'm doing something wrong with the
placement of the behavior nodes in the scene graph.
Thanksinadvance,
Scott
---------------------------------------------------------------------------
Scott B. Lewis, Ph.D
503.288.4356
[EMAIL PROTECTED]
http://www.teleport.com/~slewis
ICQ: 1815130
"The fool finds ignorance all around him. The wise man finds ignorance
within."
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/