mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Square hollow size in cylinder meshes were a little too small - fixed.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user