3D Lingo Dictionary > E-K > highlightStrength

 

highlightStrength

Syntax

member(whichCastmember).model(whichModel).toon.highlightStrength
member(whichCastmember).model(whichModel).shader.highlightStrength
member(whichCastmember).shader(whichShader).highlightStrength

Description

3D toon modifier and #painter shader property; indicates the brightness of the area of the model's surface where light creates highlights.

The default value of this property is 1.0.

Example

This statement sets the highlightStrength property of the toon modifier for the model named Teapot to 0.5. The model's highlights will be moderately bright.

member("shapes").model("Teapot").toon.highlightStrength = 0.5

See also

highlightPercentage, brightness