Create transperant drawable object

Hello,

       I am using JOGL to render my 3D character on the applet. Here, i want that all drawing should be transperant. I mean, i want to create a transparent grawable using JOGL.

       Please help me if someone knows the technique to create a transparent drawable.

       Any help would be appreciated.

Thanks In Advance

I haven’t intermixed swing and jogl at all really, but I believe one of the first steps is to make sure the the clear color for the GL of the Drawable is set to a transparent color.

Do you want to make a transparent applet regarding the html-page it is contained in? If so, I am afraid this is not possible (neither with or without JOGL).

Hello CyLab,

         Please see [b]"http://www.qedsoft.com/index.php?bliss=1"[/b] link. 
        I want to play animation same as lady does in given link. This is in c++ and i want it in JAVA.

Thanks and Regards

This is not possible in java, sorry. Maybe you could try to create a 1x1 applet, open a new Frame using http://www.ibm.com/developerworks/java/library/j-iframe/ and manage it’s position and focus yourself. Don’t know if this would work (or is permitted by the applet sandbox). Good luck.

“QEDPlayer needs netscape navigator 4.5 or later (not 6.x)”

Teh lolz. ::slight_smile:

Hello cylab,

             Thanks for very important help. Could you provide me some of the example related to transparency? Because this is one of the most important feature in my application.

Thanks and Regards

Nope. I have now idea if this might work, so you are on your own, sorry.

you can use jna for proper transparency on java frames, however it does it through jni, https://jna.dev.java.net/

Hello,

          Your suggestion is good but i want player compitible for multiple platform. In my c++ application, they had used browser window to render an objects. If i can use browser as drawable then rendering is possible.

Regards