Skip to content
Snippets Groups Projects
Commit 480859f6 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: tentative for viewer overlay

parent 7e38dc49
No related branches found
No related tags found
No related merge requests found
......@@ -377,6 +377,7 @@ ImageWidgetBase<TPixel>
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glEnable(GL_TEXTURE_2D);
glColor4f(1.0,1.0,1.0,0.0);
GLuint textureOverlay;
glGenTextures(1, &textureOverlay);
glBindTexture(GL_TEXTURE_2D, textureOverlay);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment