updated rogueviz to changes in HyperRogue

This commit is contained in:
Zeno Rogue 2019-10-27 13:14:40 +01:00
parent af5d961b1d
commit d7c57d3b6b
2 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ struct hrmap_grigorchuk : hrmap_standard {
if(grigorchuk::view_labels) queuestr(V, 0.3, grigorchuk::deform(dec[c->master]), 0xFFFFFF);
drawcell(c, V, 0, false);
drawcell(c, V);
for(int i=0; i<3; i++) if(c->move(i))
dq::enqueue_by_matrix(h->cmove(i), V * ddspin(c, i) * xpush(cgi.tessf) * iddspin(c->move(i), c->c.spin(i), M_PI));

View File

@ -477,7 +477,7 @@ void draw_ncee() {
const ld period = 2.898149445355172 / M_PI * 2;
dynamicval<eModel> pm(pmodel, mdUnchanged);
dynamicval<eModel> pm(pmodel, mdPixel);
dynamicval<eGeometry> pg(geometry, gEuclid);
initquickqueue();