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 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.
The text was updated successfully, but these errors were encountered:
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 Rects rotated around a center point.
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.
The text was updated successfully, but these errors were encountered: