File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
types/three/examples/jsm/utils Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ export function deinterleaveAttribute(geometry: BufferGeometry): void;
2828export function deinterleaveGeometry ( geometry : BufferGeometry ) : void ;
2929
3030/**
31- * Creates a new, non-indexed geometry with smooth normals everywhere except faces that meet at an angle greater than the crease angle.
31+ * Modifies the supplied geometry if it is non-indexed, otherwise creates a new, non-indexed geometry. Returns the
32+ * geometry with smooth normals everywhere except faces that meet at an angle greater than the crease angle.
3233 *
3334 * @param geometry The input geometry.
34- * @param creaseAngle The crease angle.
35+ * @param creaseAngle The crease angle in radians .
3536 */
3637export function toCreasedNormals ( geometry : BufferGeometry , creaseAngle ?: number ) : BufferGeometry ;
3738
You can’t perform that action at this time.
0 commit comments