Mirror
The mirror module mirrors the pose of the agents at simulation time.
Attributes
Attributes | Type | Overridable | Description |
|---|---|---|---|
active | bool | yes | The active state of this module. |
animMirrorPlane | int | yes | The plane used to mirror all the joints without a match. |
bindMirrorPlane | int | yes | The plane used to find the mirror joint pairs. It is also used to mirror the joints matched in a pair. |
searchMode | int | yes | The method to find joint pairs. Auto: automatic search. By Name: the joint search will be based on a string replacement. |
left | string | yes | The first replacement string. Used when search mode is set to "ByName". |
right | string | yes | The second replacement string. Used when search mode is set to "ByName". |
stringReplacementType | int | yes | Specifies where to apply the string replace for the joint search. |