| 04-05-2007, 06:57 PM | #1 |
Hello again, I need to create or move attachment point on shoudler of my model, but I don't know how to do that. I don't need hand-left attachment for example, can I move it on shoudler? I have Magos Model Editor, I think I must do something in Node Manager or whatever... |
| 04-09-2007, 09:33 PM | #2 |
You'd have to change its co-ordinates and parent bone(s). Example of attachment in mdl Code:
Attachment "Foot Left Ref " {
ObjectId 21,
Parent 5, // "Bone_Foot_L"
}ObjectId 21 - this is used to locale its co-ords in the pivot points. Example: Code:
PivotPoints 40 {
{ -10.8326, 12.5442, 40.3551 },
{ 78.2795, -9.22059, 2.32114 },
<snip>Basicly, scroll down to the 22nd row of data and change the xyz. Parent 5 - this is the bone it is attached to (for animation) So find which bone you want to attach it to, likely arm1 or chest. |
