When I run the following sequence from the pdl2 prompt: pdl> use PDL::Graphics2D; pdl> use PDL::Graphics::TriD; pdl> line3d [sqrt(rvals(zeroes(50,50))/2)]; pdl> $pic = grabpic3d(); pdl> imag2d $pic(:,:,-1:0), 'grabpic3d';
the resulting image capture looks fine as long as I don't resize the containing window. If I resize on a win32 system the screen capture looks fine stilll. On my cygwin+GLX/X11 version the captured image is corrupted/skewed. If you have PDL::Graphics::TriD installed on your Mac OS X or unix/linux system, I would appreciate checking to see if you see the same problem. (I'm trying to determine if the bug is in PDL code or in something cygwin related) Thanks in advance, Chris
grabpic3d_prob.png
Description: Binary data
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
