...
Let's have a look at the following example network. There are three operators: clipReader, pelvisOperator and footOperator. They all have an input pose port except of the clipReader.
The clipReader reads an Animation Clip object and passes the pose at the current time to the PelvisOperator which then does a bunch of other operations on the pose like placing the agent at the right height on the ground. The foot operator takes care of locking the feet on the ground.
This network was built automatically by a Behaviour Module called "clipReader".
. In the following section there is
Atoms Crowd has some default operators, but users can create new ones in C++ to achieve custom results. The techinical documentation explain how you can create new operators in c++.
In the next section you can find a list of all the available operator nodes.