mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:33:02 +02:00
Merge pull request #16497 from ctrlaltdavid/DEV-2769
DEV-2769: Remove the "acceleration" entity property from Create app
This commit is contained in:
commit
bcc058ba5f
2 changed files with 0 additions and 13 deletions
|
@ -558,9 +558,6 @@
|
|||
"gravity": {
|
||||
"tooltip": "The acceleration due to gravity that the entity should move with, in world space."
|
||||
},
|
||||
"acceleration": {
|
||||
"tooltip": "A acceleration that the entity should move with, in world space."
|
||||
},
|
||||
"renderLayer": {
|
||||
"tooltip": "The layer on which this entity is rendered."
|
||||
},
|
||||
|
|
|
@ -1545,16 +1545,6 @@ const GROUPS = [
|
|||
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