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:
Alezia Kurdis 2020-08-09 00:10:40 -04:00 committed by GitHub
parent f3a6fa527b
commit d31f161d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1657,16 +1657,6 @@ const GROUPS = [
decimals: 4,
unit: "m/s<sup>2</sup>",
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",
}
]
},