Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If current agent are in the stand standA action, and its next action is walkwalkA, it will transit from stand standA to walk using 4 different transition actionwalkA using 4 different transition actions.

If there is no any setup at this time, our engine will select an action randomly from standAtowalkA, standAtowalkA2, standAtowalkA3, standAtowalkA4 and transit from standA to walkA.

At this time we can setup and affect the action choose at this time.

There are 2 method.

  1. Action Exit Choice Main Features of Transition Map
  2. Actrion Trigger

Action Trigger

We can fill the different exit trigger in different action through action editor:

Image Added

For example:

We setup 4 exit trigger for 4 actions:

  • standAtowalkA : sw1
  • standAtowalkA2 :sw2
  • standAtowalkA3 : sw3
  • standAtowalkA4 : sw4


And in logic setup, we can use the simulation variable and the value of them to choose which transition action it should select.

For example we use this logic:

set maya attribute:sw2 value 1

And your agent will choose the action standAtowalkA2