Hi,
I check the function that read raster of Z-buffer
using a simple test code.
It works fine. And it works fine in my project too.
The test case(RasterBugReport.java) attached to
http://java.net/jira/browse/JAVA3D-593, only checks
NullPointerException, but my test case can check data
obtained using this function. May I send my test case
source code?
I also check JCanvas3D using simple test case.
It works fine too. But in my project, the JFrame that
contains JCanvas3D does not appear at all. So I think
that the problem is in my project code. There are no
error or warning messages. Probably, the reason is that
I do not understand Swing event queue. I continue to
analyze this problem, and I may ask questions if the
problem is not solved.