translate_location
Offsets the location by the given amounts along each axis.
Categories: location
Required arguments
| Key(s) | Description | Type |
|---|---|---|
add_x | The amount to add to the X coordinate. | EXPRESSION |
add_y | The amount to add to the Y coordinate. | EXPRESSION |
add_z | The amount to add to the Z coordinate. | EXPRESSION |
Example
mutators:
- id: translate_location
args:
add_x: 0.5
add_y: 1.0
add_z: -0.5