Miarmy Crowd Simulation Documentation (English)

Pure State Machine

Introductions

With pure state machine, we can precisely define what "next" action of current action in story list.


Instructions

We need to enable the Pure State Mode in story list.

For example in following image, we defined:

  • jogA's next action is standA
  • runA's next action is walkA
  • standA's next action is runA
  • walkA's next action is walkA


And if the agent are randomly play actions of jogA, runA, standA and walkA, it will automatically find the next action and play that.

Then one by one to loop or stop in last action.






Basefount Technology