Hi, I implemented the intersense tracker (IS600 and IS300) using Java3D and the Javacomm api. It does orientation (small bug in location), but the problem I have is how to hook up multiple receivers. I'm looking for comments on what would be a good way to do this (and allow to be extended for ISOTRAK and FASTRAK). When a person does a getSensor should I then enable the polling of this receiver? How can I turn it off again? Should I add a function called enableReceiver(int receiver, booleon onoff)? The intersense needs additional setup information before a receiver is to be used. Any other trackers that need this? Should I add a function that is called additionalSetup()? Finally, how does DEMAND_DRIVEN work? I tried to use it and the tracker would throw an exception (sorry don't have exception handy right now). If I made it BLOCKING or NON_BLOCKING it works fine. Rob =========================================================================== 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".
