User Guide

enabled (sds) 753
enabled (fog)
Usage
member(whichCastmember).camera(whichCamera).fog.enabled
sprite(whichSprite).camera{(index)}.fog.enabled
Description
3D camera property; indicates whether the camera adds fog to the view from the camera. The
default setting for this property is
FALSE.
Example
This statement creates fog in the view from the camera named BayView:
member("MyYard").camera("BayView").fog.enabled = TRUE
See also
fog
enabled (sds)
Usage
member(whichCastmember).model(whichModel).sds.enabled
Description
3D sds modifier property; indicates whether the sds modifier attached to a model is used by
the model.
The default setting for this property is
TRUE.
An attempt to add the
sds modifier to a model that already has the inker or toon modifier
attached fails without an error message. Likewise, an attempt to add the
inker or toon modifier
to a model that already has the
sds modifier attached also fails without an error message. Be
careful when using the
sds modifier with the lod modifier. For more information, see the sds
(modifier)
entry.
Example
This statement turns on the sds modifier attached to the model Baby:
member("Scene").model("Baby").sds.enabled = TRUE
See also
sds (modifier), modifier, addModifier