3D Lingo Dictionary > O-S > shadowStrength |
![]() ![]() ![]() |
shadowStrength
Syntax
member(whichCastmember
).model(whichModel
).toon.shadowStrength member(whichCastmember
).model(whichModel
).shader.shadowStrength member(whichCastmember
).shader(whichShader
).shadowStrength
Description
3D toon
modifier and #painter
shader property; indicates the brightness of the area of the model's surface where light does not create highlights.
The default value of this property is 1.0.
Example
This statement sets the shadowStrength
property of the toon
modifier for the model named Sphere to 0.1. The area of the model's surface that is not highlighted will be very dark.
member("Shapes").model("Sphere").toon.shadowStrength = 0.1
![]() ![]() ![]() |