9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/IrisObjectRotation.md
Daniel Mills d5ae3a989b Docs
2020-07-21 01:28:14 -04:00

551 B

IrisObjectRotation

Configures rotation for iris

{
    "yAxis": {
        "min": 0,
        "max": 0,
        "interval": 90,
        "enabled": true
    },
    "xAxis": {
        "min": 0,
        "max": 0,
        "interval": 0,
        "enabled": false
    },
    "zAxis": {
        "min": 0,
        "max": 0,
        "interval": 0,
        "enabled": false
    },
    "enabled": true
}

enabled

If this rotator is enabled or not

xAxis

The x axis rotation

yAxis

The y axis rotation

zAxis

The z axis rotation