mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
initial implementation of VR
This commit is contained in:
@@ -598,7 +598,7 @@ EX namespace sn {
|
||||
"if(iz < 0.05 && ix > .85 && iy > .45 && iy < .75) ok = false;"
|
||||
"if(iz < 0.025 && ix > .65 && iy > .65 && ix < .8 && iy < .8) ok = false;"
|
||||
|
||||
"if(!ok) res = vec4(0,0,0,1);"
|
||||
"if(!ok) res = vec4(0./0.,0./0.,0./0.,1);"
|
||||
"else "
|
||||
|
||||
"\n#endif\n"
|
||||
|
Reference in New Issue
Block a user