User Guide

212
enabled (sds)
Syntax
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
enableHotSpot
Syntax
enableHotSpot(sprite whichQTVRSprite, hotSpotID, trueOrFalse)
Description
QTVR (QuickTime VR) command; determines whether the specified hot spot for the specified
QTVR sprite is enabled (
TRUE), or disabled (FALSE).
end
Syntax
end
Description
Keyword; marks the end of handlers and multiple-line control structures.
end case
Syntax
end case
Description
Keyword; ends a case statement.