Square hollow size in cylinder meshes were a little too small - fixed.
parent
b1c1de2fbe
commit
cf9835130a
|
@ -789,6 +789,8 @@ angles24 = [
|
||||||
if (this.hollowSides != 4)
|
if (this.hollowSides != 4)
|
||||||
hollow *= 0.707f;
|
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);
|
Profile profile = new Profile(this.sides, this.profileStart, this.profileEnd, hollow, this.hollowSides, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue