[JAVA3D] Behavior and UI events (was [Java 3D] What happened?)

2004-04-16 Thread Fred Klingener
--- Eike Tauscher <[EMAIL PROTECTED]> wrote: > > Thanks for the explanation what happens. I change > the transformation > inside a mouseDragged method. > . . . > Sadly I can't do it inside a Behavoir class (I must > think about that but ... It's been some time since I struggled with this, but I th

Re: [JAVA3D] What happened?

2004-04-16 Thread Paul Pantera
Sadly I can't do it inside a Behavoir class (I must think about that but ...). I could change my code to set the TransformGroup only after finishing the movement. But for my application it isn't nice. And I still wonder if it will be a solution for the problem. The out of memory will come! Later -