1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-31 11:19:19 +00:00

sky debug removed

This commit is contained in:
Zeno Rogue 2021-08-05 11:56:20 +02:00
parent cb6a28f7c1
commit 9e9b331b3a

View File

@ -203,14 +203,9 @@ void compute_skyvertices(const vector<sky_item>& sky) {
int k = isize(vertices);
println(hlog, "bb ", k);
color_t ccolor;
for(int i=0; i<k; i++) ccolor = gradient(ccolor, vcolors[i], 0, 1, i+1);
println(hlog, "vertices = ", vertices);
println(hlog, "ccolor = ", ccolor);
hyperpoint ctr = Hypc;
for(auto& p: vertices) ctr = ctr + p;
normalize(ctr);