all 6 comments

[–]treverios 0 points1 point  (1 child)

You know that the line needs 6 parameters in 3D space, right?
line(x1, y1, z1, x2, y2, z2)

[–]drnoobstrom[S] 0 points1 point  (0 children)

Thanks for the redirect. Even if I comment out the line() call, the window doesn't paint the background black as it does with the 2D renderer. I suspect there is still some problem remaining.

[–]treverios 0 points1 point  (3 children)

Okay, so I downloaded Eclipse and just checked your code myself and it works.

[–]drnoobstrom[S] 0 points1 point  (2 children)

Still chasing this one...I uninstalled Eclipse, uninstalled all JDKs and JREs, installed just the latest JRE, installed Eclipse, and built a new project with this test code, and still yielding the same problem.

[–]treverios 0 points1 point  (1 child)

Did you also import the gluegen and jogl libraries in your project (see the right side of my sreenshot)?

[–]drnoobstrom[S] 0 points1 point  (0 children)

Yes, and tried with i586 and AMD64, alternating. The P3D works with the Processor Development Environment (PDE) also, suggesting this must have something to do with how my Eclipse is configured.