improved hemisphere model; nicer handling of ballangle

This commit is contained in:
Zeno Rogue
2018-10-28 03:09:06 +01:00
parent 9ad39df2c0
commit 804b489ebf
6 changed files with 40 additions and 31 deletions
+1 -1
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) {