Inheritance diagram for DzPoserTwistParam:
Properties | |
Boolean | applyBlend |
Number | end |
Number | start |
Constructors | |
DzPoserTwistParam (DzBone driver, DzPoserJointParam::ParamAxis axis, Number start, Number end) | |
DzPoserTwistParam (DzBone driver, DzPoserJointParam::ParamAxis axis) | |
DzPoserTwistParam () | |
Methods | |
DzFloatProperty | getBlendEndPostionController () |
DzFloatProperty | getBlendStartPostionController () |
void | setBlendZone (Number start, Number end, Boolean makeDefault=false) |
DzPoserTwistParam::DzPoserTwistParam | ( | ) |
Default Constructor.
DzPoserTwistParam::DzPoserTwistParam | ( | DzBone | driver, | |
DzPoserJointParam::ParamAxis | axis | |||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
driver | The bone that drives this joint parameter | |
axis | The axis that this parameter is applied on |
DzPoserTwistParam::DzPoserTwistParam | ( | DzBone | driver, | |
DzPoserJointParam::ParamAxis | axis, | |||
Number | start, | |||
Number | end | |||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
driver | The bone that drives this joint parameter | |
axis | The axis that this parameter is applied on | |
start | The point on the axis where the twist blend zone starts | |
end | The point on the axis where the twist blend zone ends |
DzFloatProperty DzPoserTwistParam::getBlendEndPostionController | ( | ) |
DzFloatProperty DzPoserTwistParam::getBlendStartPostionController | ( | ) |
Sets the start and end points for the blend zone
start | The distance at which the blend zone starts | |
end | The distance at which the blend zone ends |
This property determines whether start and end points are used to determine the blend zone. If off, the entire geometry is 'twisted' at 100%.
The end point of the blend zone - full twisting occurs past this point.
The start point of the blend zone - no twisting occurs previous to this point.