mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
junk commented out code removed
This commit is contained in:
parent
69387d40ef
commit
d3fd28874c
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user