mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:16:00 +02:00
9 lines
104 B
QML
9 lines
104 B
QML
import "."
|
|
|
|
Vector3 {
|
|
decimals: 1;
|
|
stepSize: 1;
|
|
maximumValue: 180
|
|
minimumValue: -180
|
|
}
|
|
|