mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
emove the "acceleration" entity property from the Create app
This commit is contained in:
parent
1f2deed941
commit
7fbc9f5c5c
2 changed files with 0 additions and 13 deletions
|
@ -558,9 +558,6 @@
|
||||||
"gravity": {
|
"gravity": {
|
||||||
"tooltip": "The acceleration due to gravity that the entity should move with, in world space."
|
"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": {
|
"renderLayer": {
|
||||||
"tooltip": "The layer on which this entity is rendered."
|
"tooltip": "The layer on which this entity is rendered."
|
||||||
},
|
},
|
||||||
|
|
|
@ -1545,16 +1545,6 @@ const GROUPS = [
|
||||||
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