Re: [JAVA3D] Using behaviors... Behavior.postId() example

1999-11-08 Thread Bruno Feurer
PROTECTED] Subject: Re: [JAVA3D] Using behaviors... Behavior.postId() example Doug Gehringer wrote: >To review: > -- If you are making a single change to the scene graph, you can >just > make your change from your UI event handling code. > -- If you are making several ch

Re: [JAVA3D] Using behaviors... Behavior.postId() example

1999-11-08 Thread Jon Barrilleaux
Well put, Andrew. I'm looking forward to the response. --jon > Date:Sun, 7 Nov 1999 11:18:22 + > From:Andrew Moulden <[EMAIL PROTECTED]> > Subject: Re: Using behaviors... Behavior.postId() example > > Doug Gehringer wrote: > > >To review: > > -- If you are making a single change

Re: [JAVA3D] Using behaviors... Behavior.postId() example

1999-11-07 Thread Andrew Moulden
Doug Gehringer wrote: >To review: > -- If you are making a single change to the scene graph, you can >just > make your change from your UI event handling code. > -- If you are making several changes, then you may want to use > Behavior.postId() to group your changes into a single fr

Re: [JAVA3D] Using behaviors... Behavior.postId() example

1999-01-03 Thread Doug Gehringer
> From: Brandon Kohn <[EMAIL PROTECTED]> > > I'm attempting to change the opacity of an array of points (pointarray) > based on the value of a JSlider (swing component). I'm looking into the use > of behaviors, but they seem to support only AWT component events. Here is an example of using Behav