User Guide

Lingo Dictionary 161
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
creases
Syntax
member(whichCastmember).model(whichModel).inker.creases
member(whichCastmember).model(whichModel).toon.creases
Description
3D toon and inker modifier property; determines whether lines are drawn at creases in the
surface of the model.
The default setting for this property is
TRUE.
Example
This statement sets the creases property of the inker modifier for the model named Teapot to
TRUE. A line will be drawn on all creases in the model that exceed the threshold set by the inker
modifier’s
creaseAngle property.
member("shapes").model("Teapot").inker.creases = TRUE
See also
creaseAngle, lineColor, lineOffset, useLineOffset