1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

getCdata and getBits: prod -> hybri

This commit is contained in:
Zeno Rogue
2020-05-15 18:31:32 +02:00
parent 58a4583bb7
commit 3f20ba9d29
4 changed files with 29 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ EX bool available() {
return true;
if(euclid && pmodel == mdPerspective && !bt::in())
return true;
if(prod && (PURE || BITRUNCATED))
if(prod)
return true;
if(pmodel == mdPerspective && stretch::in())
return true;
@@ -199,7 +199,7 @@ void enable_raycaster() {
bool asonov = hr::asonov::in();
bool use_reflect = reflect_val && !nil && !levellines;
bool bi = BITRUNCATED;
bool bi = arcm::in() || kite::in() || arb::in() || !PURE;
string vsh =
"attribute mediump vec4 aPosition;\n"