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

This commit is contained in:
Dahlia Trimble
2008-10-02 02:33:45 +00:00
parent b1c1de2fbe
commit cf9835130a

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);