more rendering fixes

This commit is contained in:
Erwin Coumans
2017-05-23 23:34:55 -07:00
parent df1b5b6ca5
commit 9f7d7fecd5
5 changed files with 11 additions and 8 deletions

View File

@@ -43,8 +43,6 @@ static const char* fragmentShader3D= \
" texcolor = vec4(1,1,1,texcolor.x);\n"
" }\n"
" fragColour = colourV*texcolor;\n"
" if (fragColour.w == 0.f)\n"
" discard;\n"
"}\n";