Skip to content

LatheGeometry

new LatheGeometry(points: Vector2[], segments?, phiStart?, phiLength?)

THREE equivalent: THREE.LatheGeometry

Surface of revolution generated by rotating a 2D profile (x = radius, y = height) around the Y axis.

Name Type Description
parameters object { points, segments, phiStart, phiLength } - stored for reference.