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

3d:: shader acceleration for 3D ball and 3D halfspace

This commit is contained in:
Zeno Rogue
2019-03-20 19:53:59 +01:00
parent fbefc50775
commit bc3e7f2e95
4 changed files with 68 additions and 26 deletions

View File

@@ -3885,7 +3885,9 @@ namespace glhr {
};
enum class shader_projection { standard, band, halfplane, standardH3, standardR3,
standardS30, standardS31, standardS32, standardS33, MAX
standardS30, standardS31, standardS32, standardS33,
ball, halfplane3,
MAX
};
extern shader_projection new_shader_projection;