Inheritance diagram for DzDFormZone:
Constructors | |
DzDFormZone () | |
Methods | |
DzDForm | getDForm () |
DzNaturalSpline | getSpline () |
The Zone is one component of a DForm deformer. The others are the DzDForm, DzDFormBase and DzDFormModifier.
The Zone is an independent DzNode derived object that is used to set the area of influence of the DForm's effect.
It is spherical in shape but can be scaled into any form of ellipsoid.
The Zone has an effect falloff zone based on a DzNaturalSpline object. The falloff is the same along the x,y and z axis.
The Zone has draws itself as a wireframe sphere. The base size of this sphere is controlled by the DzFloatProperty "Radius". This sphere can be made transparent and is controlled by the DzFloatProperty "Opacity". The Zone is drawn with the maximum gradient color of the DForm.
DzDFormZone::DzDFormZone | ( | ) |
Default Constructor.
DzDForm DzDFormZone::getDForm | ( | ) |
Returns the DForm for the Zone.
DzNaturalSpline DzDFormZone::getSpline | ( | ) |
Returns the spline used to compute the falloff for the Zone.