From: Kenneth B. R. <kbr...@al...> - 2003-10-13 19:32:40
|
> gday all, > I'm writing a program with gl4java and need to interact with the objects i create. > I can create a cylinder and draw it to screen, but i can't have the user select it. > Could anyone out there please help me with selecting objects? At the moment it would sufice if the object were clicked by the user then a messagebox would pop up acknowleding the selection. There are probably some selection demos in the NeHe tutorials. You may also want to look at the demos that ship with JOGL (http://jogl.dev.java.net/) as they use a library called gleem, the source code for which ships in the jogl-demos project, which can provide at least an approximation to what you need. -Ken |