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. Does
> anyone know of a better wa
> 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
Sincerely,
Daniel Selman
[EMAIL PROTECTED]
http://www.tornadolabs.com
> -Original Message-
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brandon Kohn
> Sent: 04 November 1999 22:22
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] Using behav
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. Does
anyone know of a better way to do something like this? I would like to use
th