Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2015-02-13 11:36:36 +0300
committerdaid <daid303@gmail.com>2015-02-13 11:36:36 +0300
commitd5c63ebb33afd2361e827a87b076940922183ae5 (patch)
tree3918722bfee668ffac0b75cb82a99913c8d942c0
parenta5b74cd77d54bc67620dc84b6db6304bdbad6b21 (diff)
Disable alpha testing.
-rw-r--r--Cura/gui/sceneView.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py
index 00296a19cf..d875eb768f 100644
--- a/Cura/gui/sceneView.py
+++ b/Cura/gui/sceneView.py
@@ -1405,6 +1405,7 @@ class SceneView(openglGui.glGuiPanel):
glVertex3f(-w, d, 0)
glEnd()
glDisable(GL_TEXTURE_2D)
+ glDisable(GL_ALPHA_TEST)
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)
glPopMatrix()
else: