mirror of
https://github.com/overte-org/overte.git
synced 2025-05-06 20:09:53 +02:00
9 lines
104 B
QML
9 lines
104 B
QML
import "."
|
|
|
|
Vector3 {
|
|
decimals: 1;
|
|
stepSize: 1;
|
|
maximumValue: 180
|
|
minimumValue: -180
|
|
}
|
|
|