mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-04 07:21:44 +02:00
Remove the deprecated "acceleration" attribute
This removes the "acceleration" attribute from the Create App. (Physic section) because this attribute is deprecated.
This commit is contained in:
parent
f3a6fa527b
commit
d31f161d88
1 changed files with 0 additions and 10 deletions
|
@ -1657,16 +1657,6 @@ const GROUPS = [
|
||||||
decimals: 4,
|
decimals: 4,
|
||||||
unit: "m/s<sup>2</sup>",
|
unit: "m/s<sup>2</sup>",
|
||||||
propertyID: "gravity",
|
propertyID: "gravity",
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Acceleration",
|
|
||||||
type: "vec3",
|
|
||||||
vec3Type: "xyz",
|
|
||||||
subLabels: [ "x", "y", "z" ],
|
|
||||||
step: 0.1,
|
|
||||||
decimals: 4,
|
|
||||||
unit: "m/s<sup>2</sup>",
|
|
||||||
propertyID: "acceleration",
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue