mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:58:35 +02:00
fix alpha sliders for particles
This commit is contained in:
parent
2be40d487e
commit
ef275485c0
1 changed files with 8 additions and 4 deletions
|
@ -321,7 +321,8 @@
|
||||||
{
|
{
|
||||||
id: "alpha",
|
id: "alpha",
|
||||||
name: "Alpha",
|
name: "Alpha",
|
||||||
type: "SliderFloat"
|
type: "SliderFloat",
|
||||||
|
max: 1.0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "Row"
|
type: "Row"
|
||||||
|
@ -329,7 +330,8 @@
|
||||||
{
|
{
|
||||||
id: "alphaSpread",
|
id: "alphaSpread",
|
||||||
name: "Alpha Spread",
|
name: "Alpha Spread",
|
||||||
type: "SliderFloat"
|
type: "SliderFloat",
|
||||||
|
max: 1.0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "Row"
|
type: "Row"
|
||||||
|
@ -337,7 +339,8 @@
|
||||||
{
|
{
|
||||||
id: "alphaStart",
|
id: "alphaStart",
|
||||||
name: "Alpha Start",
|
name: "Alpha Start",
|
||||||
type: "SliderFloat"
|
type: "SliderFloat",
|
||||||
|
max: 1.0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "Row"
|
type: "Row"
|
||||||
|
@ -345,7 +348,8 @@
|
||||||
{
|
{
|
||||||
id: "alphaFinish",
|
id: "alphaFinish",
|
||||||
name: "Alpha Finish",
|
name: "Alpha Finish",
|
||||||
type: "SliderFloat"
|
type: "SliderFloat",
|
||||||
|
max: 1.0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "Row"
|
type: "Row"
|
||||||
|
|
Loading…
Reference in a new issue