1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-10 10:43:03 +00:00

hemisphere model

This commit is contained in:
Zeno Rogue
2018-03-24 13:26:16 +01:00
parent 83b9e161ec
commit 74cc23f1c2
5 changed files with 48 additions and 7 deletions

View File

@@ -299,7 +299,7 @@ void setGLProjection(int col) {
//glLineWidth(1.0f);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
if(pmodel == mdBall || pmodel == mdHyperboloid) {
if(pmodel == mdBall || pmodel == mdHyperboloid || pmodel == mdHemisphere) {
#ifdef GL_ES
glClearDepthf(1.0f);
#else