mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +02:00
set more min/max/steps
This commit is contained in:
parent
d8f5e0f708
commit
dfed797682
1 changed files with 5 additions and 0 deletions
|
@ -1264,6 +1264,7 @@ const GROUPS = [
|
|||
label: "Linear Velocity",
|
||||
type: "vec3",
|
||||
vec3Type: "xyz",
|
||||
step: 0.1,
|
||||
decimals: 4,
|
||||
subLabels: [ "x", "y", "z" ],
|
||||
unit: "m/s",
|
||||
|
@ -1272,6 +1273,9 @@ const GROUPS = [
|
|||
{
|
||||
label: "Linear Damping",
|
||||
type: "number",
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.01,
|
||||
decimals: 2,
|
||||
propertyID: "damping",
|
||||
},
|
||||
|
@ -1326,6 +1330,7 @@ const GROUPS = [
|
|||
type: "vec3",
|
||||
vec3Type: "xyz",
|
||||
subLabels: [ "x", "y", "z" ],
|
||||
step: 0.1,
|
||||
decimals: 4,
|
||||
unit: "m/s<sup>2</sup>",
|
||||
propertyID: "gravity",
|
||||
|
|
Loading…
Reference in a new issue