arb:: spheres are now known to be bounded

This commit is contained in:
Zeno Rogue 2020-05-15 23:46:44 +02:00
parent 88381b9eef
commit d4de598dee
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ EX void load(const string& fname) {
else if(ep.eat("s2.")) {
ginf[gArbitrary].g = giSphere2;
ginf[gArbitrary].sides = 5;
set_flag(ginf[gArbitrary].flags, qBOUNDED, false);
set_flag(ginf[gArbitrary].flags, qBOUNDED, true);
set_flag(ginf[gArbitrary].flags, qAFFINE, false);
}
else if(ep.eat("angleunit(")) angleunit = real(ep.parsepar());