Inheritance diagram for DzWeld:
Constructors | |
DzWeld (DzBone weldBone, DzBone targetBone) | |
DzWeld () | |
Methods | |
DzBone | getTargetBone () |
DzBone | getWeldBone () |
void | setTargetBone (DzBone targetBone) |
void | setWeldBone (DzBone weldBone) |
Signals | |
void | removed (DzWeld weld) |
Signature: "removed(DzWeld*)" | |
void | targetBoneChanged () |
Signature: "targetBoneChanged()" | |
void | weldBoneChanged () |
Signature: "weldBoneChanged()" |
DzWeld::DzWeld | ( | ) |
Creates a new weld operation.
Creates a new weld operation that welds the given bones.
DzBone DzWeld::getTargetBone | ( | ) |
DzBone DzWeld::getWeldBone | ( | ) |
void DzWeld::removed | ( | DzWeld | weld | ) | [signal] |
Signature: "removed(DzWeld*)"
Emitted when the welding operation is removed.
void DzWeld::setTargetBone | ( | DzBone | targetBone | ) |
Sets the bone that will be welded to - the welding operation will not modify this bone's geometry, only the normals on the border.
void DzWeld::setWeldBone | ( | DzBone | weldBone | ) |
Sets the bone that will be welded - the welding operation will move boundary points in this bone's geometry, and recalculate the affected normals.
void DzWeld::targetBoneChanged | ( | ) | [signal] |
Signature: "targetBoneChanged()"
Emitted when the target bone has changed.
void DzWeld::weldBoneChanged | ( | ) | [signal] |
Signature: "weldBoneChanged()"
Emitted when the weld bone has changed.