You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Spin Mode with CSGPolygon3D, certain numbers of Spin Sides (6,7,11,13,14,16,18,20 etc.) always result in an empty shape when using 360° Spin:
You can use a lower value for Spin Degrees (like 359.9) but this is not ideal:
Steps to reproduce
create a CSGPolygon3D
switch Mode to "Spin", and keep Spin Degrees at 360
change Spin Sides to a value like 6,7,11,13,14,16,18,20 ...
Minimal reproduction project (MRP)
see steps to reproduce
The text was updated successfully, but these errors were encountered:
Not exactly the same as this isn't due to the trig functions per se, but the first and last iterations vertices don't align. I'll have fix for that in couple minutes.
Tested versions
System information
Arch Linux 20240101.0.204074 on Wayland - Wayland display driver, Single-window, 2 monitors - Vulkan (Forward+) - dedicated Intel(R) Graphics (BMG G21) - AMD Ryzen 7 5700X3D 8-Core Processor (16 threads)
Issue description
When using Spin Mode with CSGPolygon3D, certain numbers of Spin Sides (6,7,11,13,14,16,18,20 etc.) always result in an empty shape when using 360° Spin:
You can use a lower value for Spin Degrees (like 359.9) but this is not ideal:
Steps to reproduce
Minimal reproduction project (MRP)
see steps to reproduce
The text was updated successfully, but these errors were encountered: