the scenario is the following:
i am using 3d studio max
i have the men
i have the gun
how may i put the gun into the men´s hand?
Thx!
i am using 3d studio max
i have the men
i have the gun
how may i put the gun into the men´s hand?
Thx!
RightHand=FindChild("Right_Hand")to retrieve the bone in Blitz.
PositionEntity Gun,EntityX(RightHand,True),EntityY(RightHand,True),EntityZ(RightHand,True)to position the gun where the hand is.
EntityParent Gun,RightHandto make the gun following the position and orientation of the player's right hand.