• Modifies the supplied geometry if it is non-indexed, otherwise creates a new, non-indexed geometry. Returns the geometry with smooth normals everywhere except faces that meet at an angle greater than the crease angle.

    Parameters

    • geometry: BufferGeometry<NormalBufferAttributes>

      The input geometry.

    • Optional creaseAngle: number

      The crease angle in radians.

    Returns BufferGeometry