I’m working on my first jogl game (an asteroids remake), and I have run into a couple problems. The first problem is that I can’t seem to figure out how to make a quad transparent, I am texturing quads to create my sprites for the game, but the quad always has a background color, how do I make it transparent?
The other problem is with webstart, its telling me that it can’t launch the application because the resources in the jnlp are not all signed by the same certificate. I did however sign every jar except jogl.jar because it wouldn’t let me ( all with the same certificate…). I have jogl.jar as a regular jar resource and jarred jogl.dll and jogl_CG.dll in the windows native section of my jnlp, what could I be doing wrong? I will post the jnlp if that would help. Here is the webstart link: http://www.cyntaks.com/projects/asteroids/webstart/asteroids.php
thanks.