1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 10:49:58 +00:00

junk commented out code removed

This commit is contained in:
Zeno Rogue 2019-08-07 22:52:38 +02:00
parent 69387d40ef
commit d3fd28874c

View File

@ -417,11 +417,6 @@ namespace nilv {
"float alpha = at - w/2.;"
"float c = b / sin(w/2.);"
"return vec4(c*w*cos(alpha), c*w*sin(alpha), w, 1.);"
/* "float w = atan(side) * 4.;"
"float alpha = at - w/2.;"
"float c = b / sin(w/2.);"
"return vec4(c*w*cos(alpha), c*w*sin(alpha), w, 1.);" */
"}";
struct mvec : array<int, 3> {