mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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,
|
||||
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",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue