It simpler than you think: Just have several Viewplatforms in our scene graph adjusted to show the view you want (but only a single Canvas3d is attached to one of the several Viewplatforms !). If the user selects a new view simply detach the Canvas3d from the current Viewplatform and attach it to the selected one.
regards Paul Joao Manuel De Oliveira Francisco schrieb: > Hi! > > I'm having a little problem, hope someone can help me. > > I have a Canvas in a JPanel(Swing) using GridBagLayout and I want to be > able to replace that Canvas, in run time, by another one in the same > scenegraph. Can't use the same View Branch and simply transform it, really > need diferent Canvas. > What I want is to show diferent views(front,side,...) of > a vehicle just by > selecting the view in a Combo Box. > > Thanks in advance, > Joao Francisco > > *********************************************************** > * JOAO MANUEL DE OLIVEIRA FRANCISCO * > * * > * [EMAIL PROTECTED] * > * http://www.rnl.ist.utl.pt/~jmof * > * * > *Licenciatura Engenharia Informatica e Computadores (LEIC)* > * Instituto Superior Tecnico (IST), Lisboa, Portugal. * > *********************************************************** > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
