From: Nicolas P. <NPI...@kl...> - 2002-08-01 12:33:10
|
I have got this probleme too.. Its seems to be a bug of the IE jvm. The applet work perfectly in netscape. You could try the picking demo on GL4Java site, it didn't work on IE too. But maybe, with some patch it could work.. Nico -----Original Message----- From: Powell, Mark A. [mailto:Mar...@ps...] Sent: Wednesday, July 31, 2002 9:23 PM To: gl4...@li... Subject: [gl4java-usergroup] Picking problem Hi all, I've been playing with picking and started with the Red Books picking example. (the one with a grid of different color squares and the square changes color when you click it.) However, when I call the picking code, and use: hits = gl.glRenderMode(GL_RENDER); hits is always 0. I've searched the archives and no one else seems to have this particular problem, so I must be doing something rather dumb. I've included the two source files. Any help would be greatly appreciated. --Mark |