Open Coehill opened 3 years ago
Thanks for reporting this issue. I imagine you're looking for a hollow cylinder, which the Cylinder
shape does not support 😢. Zdog's Cylinder works as a hack by rendering a the curved surface as a rectangle. Setting fill breaks this illusion.
If you do need to render a hollow cylinder, the closest solution would be to render multiple Rect
s rotated around a center point.
I appreciate the suggestion @desandro!. I decided to render multiple Ellipses stacked on the z-axis which worked for my purposes.
Test case: https://codepen.io/coehill/pen/OJRGavP
When a cylinder is created that has fill: false, there is a line across the centre. It can be removed by setting the color to be the same as the background, however this turns the model into an ellipse.