Re: [JAVA3D] Interpolator

2003-12-24 Thread Peter Strachan
Peter S. - Original Message - From: "Serge Bernier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 9:29 PM Subject: [JAVA3D] Interpolator Hi all, is there a way of starting an Interpolator object after another is done is finish doi

[JAVA3D] Interpolator

2003-12-23 Thread Serge Bernier
Hi all, is there a way of starting an Interpolator object after another is done is finish doing is loop. I want the two interpolator to start and each other when there finish doing one loop of animation. I know you can do that with a behavior object in the processstimulus function but is there a

[JAVA3D] interpolator question

2002-12-09 Thread A. Murat Tanyer
Hi all, How can I apply an Interpolator to a specific view? I have two views (with seperate canvases and view platforms). In one view I want to see the 3D view but in the second one want to make the animation of this view by applying an Interpolator with Alpha. My scenegraph is attached. Any hel

Re: [JAVA3D] Interpolator completion event

2002-10-01 Thread Jason Cheatham
>MIME-Version: 1.0 >>Date: Fri, 1 Sep 2000 08:25:18 -0400 >>From: "J. Lee Dixon" <[EMAIL PROTECTED]> >>Subject: [JAVA3D] Interpolator completion event >>To: [EMAIL PROTECTED] >> >>Does anybody know an easy way to be notified when an interpolator h

[JAVA3D] Interpolator Behavior

2001-06-07 Thread David Alderson
Hi. I am looking for some assistance. I am trying to create a Behavior that successively looks at the cross-section of an object. I am using the ModelClip class and have implemented a Behavior that allows me to step through the various sections in accordance with KeyPress events. Now, I would l

Re: [JAVA3D] Interpolator "competed" callback

2000-11-13 Thread Mark Ferneau
This would be a welcome feature indeed. If it takes away time from fixing other problems (e.g. transparency) than I would not prioritize this as there is a workaround as evidenced by your email. --Mark At 01:41 PM 11/13/2000 -0500, you wrote: >Does anybody else have an interest in being notifie

[JAVA3D] Interpolator "competed" callback

2000-11-13 Thread J. Lee Dixon
Does anybody else have an interest in being notified when an animation Interpolator (like Translate, Rotate, and TCB) has completed? I had to subclass the interpolators and override the "processStimulus" to watch for Alpha.finished(). I figured this would be a nice addition to the API J. Le

Re: [JAVA3D] Interpolator

2000-09-08 Thread Fred Klingener
From: "Frank C.P. Hsu" <[EMAIL PROTECTED]> Sent: Friday, September 08, 2000 5:26 AM > My problem is how to start or stop Interpolator by press a key? > Can anybody give me some suggestion or example ? I haven't done this, but I'd try extending the Interpolator, give it a 'running' flag, override

[JAVA3D] Interpolator

2000-09-08 Thread Frank C.P. Hsu
Hi, My problem is how to start or stop Interpolator by press a key? Can anybody give me some suggestion or example ? I have been confused for a couple of days!! Thanks in advanve === To unsubscribe, send email to [EMAIL PR

Re: [JAVA3D] Interpolator completion event

2000-09-01 Thread Paul Byrne
; <[EMAIL PROTECTED]> >Subject: [JAVA3D] Interpolator completion event >To: [EMAIL PROTECTED] > >Does anybody know an easy way to be notified when an interpolator has >completed? The way I figure it, I could watch the Alpha that I supply >to the interpolator to see when it has Alp

[JAVA3D] Interpolator completion event

2000-09-01 Thread J. Lee Dixon
Does anybody know an easy way to be notified when an interpolator has completed? The way I figure it, I could watch the Alpha that I supply to the interpolator to see when it has Alpha.finished(). But this would mean making my own Behavior to be triggered every frame to watch it. It would make