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

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. Does > anyone know of a better wa

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

Re: [JAVA3D] Using behaviors...

1999-01-03 Thread Daniel Selman
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

[JAVA3D] Using behaviors...

1999-01-02 Thread Brandon Kohn
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