3D Lingo Dictionary > C-D > creaseAngle

 

creaseAngle

Syntax

member(whichCastmember).model(whichModel).inker.creaseAngle
member(whichCastmember).model(whichModel).toon.creaseAngle

Description

3D inker and toon modifier property; indicates the sensitivity of the line drawing function of the modifier to the presence of creases in the model's geometry. Higher settings result in more lines (detail) drawn at creases.

The creases property of the modifier must be set to TRUE for the creaseAngle property to have an effect.

CreaseAngle has a range of -1.0 to +1.0. The default setting is 0.01.

Example

This statement sets the creaseAngle property of the inker modifier applied to the model named Teapot to 0.10. A line will be drawn at all creases in the model that exceed this threshold. This setting will only take effect if the inker modifier's creases property is set to TRUE.

member("shapes").model("Teapot").inker.creaseAngle = 0.10

See also

creases, lineColor, lineOffset, useLineOffset