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
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
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
> 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