mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
Docs
This commit is contained in:
38
IrisObjectRotation.md
Normal file
38
IrisObjectRotation.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user