gp:: do_adjm is now set for sphere for performance

This commit is contained in:
Zeno Rogue 2021-04-07 22:41:44 +02:00
parent 21cc2f6a7d
commit 131b9f656e
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ EX namespace gp {
set_heptspin(vc[2], hs + wstep - 1 + wstep + 1).mindir = -3;
}
do_adjm = quotient;
do_adjm = quotient || sphere;
if(do_adjm) {
auto m = (hrmap_standard*)currentmap;
get_mapping(vc[0]).adjm = Id;