refactored map functions: ddspin, iddspin, spacedist, spin_angle, virtualRebase[simple], adj

This commit is contained in:
Zeno Rogue
2019-11-14 16:51:50 +01:00
parent 4e534261f0
commit aeaaf7586a
15 changed files with 279 additions and 365 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void dqi_sky::draw() {
transmatrix T1 = Tsh * si.T;
do {
this_poly.emplace_back(T1 * skypoint, colors[cw.at]);
T1 = T1 * cellrelmatrix(cw.at, cw.spin);
T1 = T1 * currentmap->adj(cw.at, cw.spin);
cw += wstep; cw++;
}
while(cw != cw0);