Home | History | Annotate | Download | only in bullet

Lines Matching refs:attachChild

73         ragDoll.attachChild(shoulders);
74 ragDoll.attachChild(body);
75 ragDoll.attachChild(hips);
76 ragDoll.attachChild(uArmL);
77 ragDoll.attachChild(uArmR);
78 ragDoll.attachChild(lArmL);
79 ragDoll.attachChild(lArmR);
80 ragDoll.attachChild(uLegL);
81 ragDoll.attachChild(uLegR);
82 ragDoll.attachChild(lLegL);
83 ragDoll.attachChild(lLegR);
85 rootNode.attachChild(ragDoll);