DzMorph Class Reference
[Object and Geometry Objects]

A displacement map for a mesh. Otherwise known as a morph target. More...

Inheritance diagram for DzMorph:

DzModifier DzElement DzBase QObject Object List of all members.

Constructors

 DzMorph (DzMorphDeltas deltas)
 DzMorph ()

Methods

DzMorphDeltas getDeltas ()
DzFloatProperty getValueChannel ()
void setDeltas (DzMorphDeltas deltas)

Signals

void deltasChanged ()
 Signature: "deltasChanged()"

Detailed Description

A displacement map for a mesh. Otherwise known as a morph target.


Constructor & Destructor Documentation

DzMorph::DzMorph (  ) 

Default Constructor. Creates a new morph. The morph will create its own empty deltas.

DzMorph::DzMorph ( DzMorphDeltas  deltas  ) 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Creates a new morph with the given set of deltas


Member Function Documentation

void DzMorph::deltasChanged (  )  [signal]

Signature: "deltasChanged()"

Transmitted when the deltas for the morph has changed.

DzMorphDeltas DzMorph::getDeltas (  ) 

Get the deltas object for this morph.

Returns:
A pointer to the deltas used by this morph

DzFloatProperty DzMorph::getValueChannel (  ) 

Get the value channel for this morph

Returns:
A pointer to the property that controls the strength of the morph

void DzMorph::setDeltas ( DzMorphDeltas  deltas  ) 

Replace the delta set that this morph is using.

Parameters:
deltas The new deltas for the morph. Delta sets are reference counted and so can be shared between multiple morphs.


Generated on Thu Sep 24 12:21:13 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.