[X3D-Public] ROUTEs can send an event to a point in the 3D space?

Don Brutzman brutzman at nps.edu
Tue Oct 13 11:56:50 PDT 2009


Collision node is for viewpoint-to-object collision detection only,
not object-to-object collision detection.

We've got a prototype in the Savage library that may be suitable
for what you want to do.

	https://savage.nps.edu/Savage/Tools/Animation

	Relative Proximity Sensor Prototype
	Paired object-to-object proximity sensor design pattern
	implemented as a reusable prototype node.

	Relative Proximity Sensor Example
	RelativeProximitySensor design pattern: example use.

essentially you ROUTE the same values to the prototype that you are
using to translate two objects.  The prototype then sends notification
events if the two objects are sufficiently close to each other.

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br           brutzman at nps.edu
Watkins 270   MOVES Institute, Monterey CA 93943-5000 USA  work +1.831.656.2149
X3D, virtual worlds, underwater robots, XMSF  http://web.nps.navy.mil/~brutzman






More information about the X3D-Public mailing list