i've created a model with a pose parameter named "move_angle" that ranges from -180 to 180. it is used to control a vscript-created gesture for movement that is composed of nine sequences, each at 45 degree angles (starting at south, clockwise towards north, then back down clockwise to south).
i set the pose parameter value with
, then i start the gesture in question with StartGesture. however, although the animation will play, it will not be modified from its default state (0, directly north). am i doing this wrong, or does SetPoseParameter not work?
i'm pretty sure it's correct, as modifying the pose parameter value in the model editor slider works just fine
i set the pose parameter value with
Code:
unit:SetPoseParameter( "move_angle", deltaAngle )
i'm pretty sure it's correct, as modifying the pose parameter value in the model editor slider works just fine
Comment