Hi: I am doing a project for my class in Java3D, simulation of a network. I have 4 objects(leaf) right now which I would like to connect to an external server individually, I have represented them as sphere objects. I noticed that the Behavior class has processStimulus method with trigger condition (wakeupOnAWTevent) that can be used to interact with an object on a mouse click but this does not enable individual interaction which Picking does. My question is, can picking on a object using mousePick enable an object do other things rather than just rotate,translate or zoom the object(other actions being connect as a clent program to a web server). Please help me with this :) Thanks, Aruna =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
