3D Lingo Dictionary > E-K > error

 

error

Syntax

member(whichCastmember).model(whichModel).sds.error

Description

3D #sds modifier property; indicates the percentage of error tolerated by the modifier when synthesizing geometric detail in models.

This property works only when the modifier's subdivision property is set to #adaptive. The tension and depth properties of the modifier combine with the error property to control the amount of subdivision performed by the modifier.

Example

This statement sets the error property of the #sds modifier of the model named Baby to 0. If the modifier's tension setting is low, its depth setting is high, and its subdivision setting is #adaptive, this will cause a very pronounced effect on Baby's geometry.

member("Scene").model("Baby").sds.error = 0

See also

sds (modifier), subdivision, depth, tension