LatheGeometry

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

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

Properties

NameTypeDescription
parameters

object

{ points, segments, phiStart, phiLength } - stored for reference.