X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fui_exhibit.cc;h=02ce0491d050bcc170a3df6edf9c39a8fd900e2b;hp=438a52e0dacc6d2bf8f113a1cf143432ca7f9be9;hb=3f4b2a6d036159ecab23337202ea48a240cc1ff0;hpb=d5114dbce403fc23b0d76dbab72ad95cd7762bca diff --git a/src/ui_exhibit.cc b/src/ui_exhibit.cc index 438a52e..02ce049 100644 --- a/src/ui_exhibit.cc +++ b/src/ui_exhibit.cc @@ -213,7 +213,6 @@ void exui_draw() // render the 2D UI in a texture push_render_target(rtarg); - glClearColor(0, 1, 0, 0); glClear(GL_COLOR_BUFFER_BIT); draw_2d_ui(); pop_render_target(); @@ -244,7 +243,8 @@ void exui_draw() glPushAttrib(GL_ENABLE_BIT); glEnable(GL_BLEND); - glBlendFunc(GL_SRC_ALPHA, GL_ONE); + glBlendColor(0, 0, 0, 0.35); + glBlendFunc(GL_SRC_ALPHA, GL_CONSTANT_ALPHA); glEnable(GL_TEXTURE_2D); glDisable(GL_CULL_FACE); glDepthMask(0);