Re: [JAVA3D] Post your own events for a Java3D Behavior

2001-12-04 Thread Joao Manuel De Oliveira Francisco
Hi James! Unfortunately that's not possible, the workaround is to use the postId() method the Brehaviors have. When you want to send an event to a Behavior you just need to have another Behavior posting IDs that the behavior you want to fire listens to. If you need any more help just ask. Take ca

[JAVA3D] Post your own events for a Java3D Behavior

2001-12-03 Thread James Veilleux
Hi, can anybody tell me if it is possible in Java3D to post an event that extends AWTEvent in the event queue, so that a behavior can be triggered by one of our custom AWTEvent, just like it is possible to do with simple AWT and swing components? There is very little information availabl