- To: visad@xxxxxxxxxxxxxxxx
- Subject: [visad] getImage() on DisplayImplJ3D
- From: Dominik Peller <dominik.peller@xxxxxxxxxxxxxx>
- Date: Mon, 25 Jan 2010 23:10:24 +0100
Hi all, I'm calling Display.getImage() on a 3D-Display and I finally got to return a proper BufferedImage. But no matter how I rotate the display, the BufferedImage shows the plot from a standard view parallel to the z-achsis. Is there a way to get a BufferedImage of exactly the view I'm seeing in Display.getComponent()? Thanks a lot