3D Lingo Dictionary > C-D > creases |
![]() ![]() ![]() |
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
![]() ![]() ![]() |