i just started experimenting a litle with jogl and even though i dont know anything about opengl it seems interesting(so this is probably REALLY stupid question)
im trying to mess around a little with the ready jogl examples and especially seeing how they work with other APIs like JMF . so heres my problem:
i am trying to put the Gears example in a frame that already contains and playing a video file.although it was pretty easy to make them appear on the same frame(gears on top of the video) i cant make the black background of the gears go away.i searched everywhere, reading about rgba and stuff and i tried a lot of things to make it work but nothing.the best thing i did so far is making this background white :o
i use a GLcanvas that i add it on the video frame(maybe thats the problem?)
can someone plz explain me how this work and how can i get only the gears appearing on the video?