mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 06:16:56 +02:00
shorten create labels
This commit is contained in:
parent
9f3cf5a029
commit
b97378d4cd
1 changed files with 3 additions and 3 deletions
|
@ -1386,21 +1386,21 @@ const GROUPS = [
|
|||
label: "PROCEDURAL PARTICLES",
|
||||
properties: [
|
||||
{
|
||||
label: "Num Particles",
|
||||
label: "Particles",
|
||||
type: "number-draggable",
|
||||
propertyID: "numParticles",
|
||||
min: 1,
|
||||
max: 1000000
|
||||
},
|
||||
{
|
||||
label: "Num Triangles Per Particle",
|
||||
label: "Triangles Per Particle",
|
||||
type: "number-draggable",
|
||||
propertyID: "numTrianglesPerParticle",
|
||||
min: 1,
|
||||
max: 15
|
||||
},
|
||||
{
|
||||
label: "Num Particle Update Props",
|
||||
label: "Update Props",
|
||||
type: "number-draggable",
|
||||
propertyID: "numUpdateProps",
|
||||
min: 1,
|
||||
|
|
Loading…
Reference in a new issue