mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:19:06 +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",
|
label: "PROCEDURAL PARTICLES",
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
label: "Num Particles",
|
label: "Particles",
|
||||||
type: "number-draggable",
|
type: "number-draggable",
|
||||||
propertyID: "numParticles",
|
propertyID: "numParticles",
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 1000000
|
max: 1000000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Num Triangles Per Particle",
|
label: "Triangles Per Particle",
|
||||||
type: "number-draggable",
|
type: "number-draggable",
|
||||||
propertyID: "numTrianglesPerParticle",
|
propertyID: "numTrianglesPerParticle",
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 15
|
max: 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Num Particle Update Props",
|
label: "Update Props",
|
||||||
type: "number-draggable",
|
type: "number-draggable",
|
||||||
propertyID: "numUpdateProps",
|
propertyID: "numUpdateProps",
|
||||||
min: 1,
|
min: 1,
|
||||||
|
|
Loading…
Reference in a new issue