Hi,

I need some advice:

I have two canvases. Both of them contains the same scene and same 3D view. In the second canvas I want to make an animation of this view by turning the objects from transparent to solid as time passes. So, when I first run the application, I want the first canvas show the scene but I want the animation in the second canvas starts when I click a button.
  • Should I create a new scenegraph for the animation canvas?
  • Should I first make all the objects in the second canvas invisible and turn them transparent by using alpha? How can I make the same Java3D object transparent for one canvas, but solid for the other canvas? The canvasses have their own 'view' objects.
  • How can I post my Java3D objects to the second canvas?
Thanks for any help.

Reply via email to