9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
This commit is contained in:
Daniel Mills
2020-07-21 01:28:14 -04:00
parent 25567ec591
commit d5ae3a989b
22 changed files with 546 additions and 99 deletions

38
IrisObjectRotation.md Normal file
View File

@@ -0,0 +1,38 @@
# IrisObjectRotation
> Configures rotation for iris
```json
{
"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