![]() |
|
N-Gons Primitive: Added new parameters to create n-gons - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6) +--- Thread: N-Gons Primitive: Added new parameters to create n-gons (/showthread.php?tid=3207) |
N-Gons Primitive: Added new parameters to create n-gons - micheus - 11-13-2025 The new parameters allow we set different ways to construct the object computing it by Radius(current one), Apothem and Segment length. This can give us more precision for some shapes.
RE: N-Gons Primitive: Added new parameters to create n-gons - ivla - 11-17-2025 Unfortunately it cannot make N-gon with more than 20 edges. And I think that there's no need to use a sliders - numeric input field is enough. (wings3d v2.4.1 + patch from here) Is it possible to correct this? RE: N-Gons Primitive: Added new parameters to create n-gons - micheus - 11-17-2025 Yeah. You are right about 20 be a lower value. I had already increased it for the PR, but I forget to update the file - I made it now. The value was increased to 100, since using a higher value doesn’t seem to make sense; otherwise, a cylinder might work fine. The use of a slider indicates that the value represents a range. |