- To: Charlie <qiaolin.zhang@xxxxxxxxx>
- Subject: Re: Change black background of Java 3D graphics in VisAD
- From: Bill Hibbard <billh@xxxxxxxxxxxxx>
- Date: Mon, 19 Jul 2004 12:24:31 -0500 (CDT)
Hi Charlie, > I use Java 3D in VisAD to generate some 3D graphics, which is really > nice. But one problem is that the graphics have black background and > white coordinate frame. Is there a way to change these? Use the setBackgroundColor() and setForegroundColor() methods of DisplayRenderer, which you can get using the getDisplayRenderer() method of your DisplayImpl. Good luck, Bill
- References:
- Change black background of Java 3D graphics in VisAD
- From: Charlie
- Change black background of Java 3D graphics in VisAD