mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:56:25 +02:00
9 lines
105 B
QML
9 lines
105 B
QML
import "."
|
|
|
|
Vector3 {
|
|
decimals: 3;
|
|
stepSize: 0.01;
|
|
maximumValue: 10
|
|
minimumValue: -10
|
|
}
|
|
|