Square hollow size in cylinder meshes were a little too small - fixed.

0.6.0-stable
Dahlia Trimble 2008-10-02 02:33:45 +00:00
parent b1c1de2fbe
commit cf9835130a
1 changed files with 2 additions and 0 deletions

View File

@ -789,6 +789,8 @@ angles24 = [
if (this.hollowSides != 4)
hollow *= 0.707f;
}
else if (this.sides == 24 && this.hollowSides == 4)
hollow *= 1.414f;
Profile profile = new Profile(this.sides, this.profileStart, this.profileEnd, hollow, this.hollowSides, true);