mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
551 B
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