Inheritance diagram for DzWSModifier:

Signals | |
| void | aboutToBeRemoved () |
Signature: "aboutToBeRemoved()" | |
| void | added () |
Signature: "added()" | |
| void | currentValueChanged () |
Signature: "currentValueChanged()" | |
| void | removed () |
Signature: "removed()" | |
World-Space Modifiers are modifiers that deform geometry in the world-space of the scene. Unlike local-space modifiers, they can deform any geometry that is in the scene. They are applied at the end of the goemetry pipeline, after local-space modifiers have been applied, and the scene geometry moved into its world-space position.
| void DzWSModifier::aboutToBeRemoved | ( | ) | [signal] |
Signature: "aboutToBeRemoved()"
Emitted immediately before the modifier is removed from its owner
| void DzWSModifier::added | ( | ) | [signal] |
Signature: "added()"
Emitted when the modifier has been added to its owner
| void DzWSModifier::currentValueChanged | ( | ) | [signal] |
Signature: "currentValueChanged()"
Emitted when the modifier has changed and needs to be reapplied.
| void DzWSModifier::removed | ( | ) | [signal] |
Signature: "removed()"
Emitted when the modifier has been removed from its owner