3D Lingo Dictionary > L-N > modifiers |
![]() ![]() ![]() |
modifiers
Syntax
getRendererServices().modifiers
Description
Global 3D property; returns a list of modifiers available to models within 3D cast members.
Example
This statement returns the list of all currently available modifiers.
put getRendererServices().modifiers -- [#collision, #bonesPlayer, #keyFramePlayer, #toon, #lod, #meshDeform, #sds, #inker]
See also
getRendererServices()
, addModifier
![]() ![]() ![]() |