Transparent windows under Mac OS X

Started by JeGX, June 23, 2014, 03:14:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

The version 0.6.4.5 of GLSL Hacker brings the support of transparent windows under Mac OS X. By default a window is fully opaque. To make a transparent window, just set its alpha value in the XML window node:


<window name="win3d01" title="3DS loading"
                 width="800" height="600" alpha="0.6"
                gl_version_major="3" gl_version_minor="2" />


if alpha=1.0, the window is fully opaque, if alpha=0.0, the window is fully transparent.