I’m tearing my hair out with this one. I’ve been programming Java for about 7 years, and before that I was doing low level 3D stuff (hand-coding line drawing, polygon filling, and transforms in assembly), so I have something of a background in 3D, just not Java3D.
I’ve done various searches here and on Google, but I can’t find any remedy.
I’ve been working on the a tutorial (http://www.j3d.org/tutorials/raw_j3d/index.html) and I’ve gotten to the end of chapter one where, supposedly, my program should produce a display with a square. I can’t for the life of me figure out why it isn’t displaying. All I get is a black window, no square.
I hate posting a pile of code and asking other people to help me, but I fear I have no choice this time. I’m totally stumped.
I’ve zipped up my code, complete with ant build script and batch file to start to app. I’ve posted it on my server: http://www.bennedum.org/files/Plasma3D.zip
Could someone please take a look and tell me what I’m missing? Please?
-Tab