1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 14:45:12 +00:00

improved hemisphere model; nicer handling of ballangle

This commit is contained in:
Zeno Rogue
2018-10-25 19:58:38 +02:00
parent 9ad39df2c0
commit 804b489ebf
6 changed files with 40 additions and 31 deletions

View File

@@ -255,7 +255,7 @@ void stereo::set_viewport(int ed) {
}
bool model_needs_depth() {
return pmodel == mdBall || pmodel == mdHemisphere;
return pmodel == mdBall;
}
void setGLProjection(color_t col) {