07-11-2020, 03:08 PM
Hi,
I'd love to have one public int being added to solve the following problem:
I had a problem extruding a circle shape with a small radius.
I like to keep my Projects on a 1 unit = 1 meter scale. So when I created a cable and set the shape to circle and its radius to 0.05 the extruded mesh has only 3 faces and was a triangle. I tried to lower the angle threshhold and set more Cps and points per unit for the input spline with the same result.
So after digging through the code I found the number of minimum faces hardcoded in SplineInputModuleBase.cs on line 269. This should be a public setting to allow us small scale meshes with high resolution.
Thanks for theĀ great asset though!
I'd love to have one public int being added to solve the following problem:
I had a problem extruding a circle shape with a small radius.
I like to keep my Projects on a 1 unit = 1 meter scale. So when I created a cable and set the shape to circle and its radius to 0.05 the extruded mesh has only 3 faces and was a triangle. I tried to lower the angle threshhold and set more Cps and points per unit for the input spline with the same result.
So after digging through the code I found the number of minimum faces hardcoded in SplineInputModuleBase.cs on line 269. This should be a public setting to allow us small scale meshes with high resolution.
Thanks for theĀ great asset though!
