I am using TubeBufferGeometry to build a model similar to steel, if you can achieve the ExtrudeBufferGeometry source code inside the buildLidFaces method, thank you very much!
1 thought on “TubeBufferGeometry How to build top and bottom Faces”
Comments are closed.
TubeBufferGeometry
does not support end caps. You will have to do that yourself. Consider adding aCircleBufferGeometry
at each end as a work-around.