- To: Erik.Leistner@xxxxxxxxxxx (Erik Leistner)
- Subject: Re: How can I change between displaying 2D or 3D objects
- From: Dave Glowacki <dglo@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Mar 2002 10:43:40 -0600
Erik Leistner wrote: > I want to display 2D or 3D objects. > My main problem: I display a 2D-Object with displayImplJ2D and want to > display a new 3D-Object with displayImplJ3D. > Can I change between displayImplJ2D and displayImplJ3D > or can I tell the 3D-Display to look like a 2D-Display > or is there a posibility to reinitialize the displayImpl? You might want to look at DisplaySwitch.java in the visad.examples directory, which does exactly this sort of thing.