Re: Staircase generator plug-in

by dorin » Wed Feb 05, 2025 5:01 pm

1) There is another line to be corrected in the plugin: 1325

Code: Select all

- float cosSpiralStairAngle = (float)Math.sin(spiralStairAngle);
with

Code: Select all

+ float cosSpiralStairAngle = (float)Math.cos(spiralStairAngle);

2) Uh, the age. It's more.
Image