DzWSModifier Class Reference
[Object and Geometry Objects]

Base class of all world space Modifiers. More...

Inheritance diagram for DzWSModifier:

DzElement DzBase QObject Object List of all members.

Signals

void aboutToBeRemoved ()
 Signature: "aboutToBeRemoved()"
void added ()
 Signature: "added()"
void currentValueChanged ()
 Signature: "currentValueChanged()"
void removed ()
 Signature: "removed()"

Detailed Description

Base class of all world space Modifiers.

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.


Member Function Documentation

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


Generated on Thu Sep 24 12:21:16 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.