1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-16 05:37:11 +00:00

shaderside projection for DIM==3

This commit is contained in:
?
2019-02-22 21:01:01 +01:00
committed by Zeno Rogue
parent 56d628d4d8
commit 0ea37718f0
4 changed files with 27 additions and 9 deletions

View File

@@ -3797,7 +3797,7 @@ namespace glhr {
const GLfloat* as_array() const { return a[0]; }
};
enum class shader_projection { standard, band, halfplane, MAX };
enum class shader_projection { standard, band, halfplane, standard3, MAX };
extern shader_projection new_shader_projection;