Versions Compared

Key

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

...

  1. Init simulation (at the beginning of the simulation, before the first frame)

  2. Init frame (at the beginning of each frame)

  3. Compute frame (for every frame)

  4. End frame (at the end of each frame)

  5. Pre Physics (Before the physic is run)
  6. Post Physics (After the physic is run)
  7. End simulation (at the end of the simulation - after the last frame)

Simulation Events also have also few other methods which are run at specific stages:

  1. Load (when the event it is loaded)

  2. Unload (when the event it is unloaded) 
  3. Reset Simulation (on resetting the simulation)

Users can create new Simulation Events to customize their workflow. 
Currently, two specialized Simulation Events exist: Agent types and Animation clips.

  • An Agent type is an Agent definition. It contains a skeleton definition, a proxy geo and a skinned geo. You can also assign a State Machine and a scale multiplier to it.
    For more information, please check out the Agent type page.
  • An Animation clip defines a new clip that can be used by any of your agents. Users have to provide an fbx Fbx, Usd or atomsclip Atomsclip file and some other details such as start and end frames, loop and idle states, direction, etc.  
    For more information, please check out the Animation clip page. 

...