stuff
This commit is contained in:
141
modules/wallpaper-engine/particles/exampleturbolence3d.json
Normal file
141
modules/wallpaper-engine/particles/exampleturbolence3d.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"controlpoint" :
|
||||
[
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 0,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 1,
|
||||
"locktopointer" : true,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 2,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 3,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 4,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 5,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 6,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 7,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
}
|
||||
],
|
||||
"emitter" :
|
||||
[
|
||||
{
|
||||
"directions" : "1 1 1",
|
||||
"distancemax" : 2,
|
||||
"distancemin" : 1.5,
|
||||
"id" : 5,
|
||||
"name" : "sphererandom",
|
||||
"rate" : 10000,
|
||||
"speedmax" : -2,
|
||||
"speedmin" : -6
|
||||
}
|
||||
],
|
||||
"flags" : 1,
|
||||
"initializer" :
|
||||
[
|
||||
{
|
||||
"id" : 2,
|
||||
"max" : 3,
|
||||
"min" : 0.1,
|
||||
"name" : "lifetimerandom"
|
||||
},
|
||||
{
|
||||
"exponent" : 3,
|
||||
"id" : 3,
|
||||
"max" : 0.17,
|
||||
"min" : 0.08,
|
||||
"name" : "sizerandom"
|
||||
},
|
||||
{
|
||||
"id" : 4,
|
||||
"max" : "1 1 1",
|
||||
"min" : "-1 -1 -1",
|
||||
"name" : "velocityrandom"
|
||||
}
|
||||
],
|
||||
"material" : "materials/particle/halo.json",
|
||||
"maxcount" : 15000,
|
||||
"operator" :
|
||||
[
|
||||
{
|
||||
"drag" : 4.0,
|
||||
"gravity" : "0 5 0",
|
||||
"id" : 6,
|
||||
"name" : "movement"
|
||||
},
|
||||
{
|
||||
"id" : 7,
|
||||
"name" : "alphafade"
|
||||
},
|
||||
{
|
||||
"id" : 8,
|
||||
"mask" : "1 1 1",
|
||||
"name" : "turbulence",
|
||||
"scale" : 0.6,
|
||||
"speedmax" : 30,
|
||||
"speedmin" : 10,
|
||||
"timescale" : -50
|
||||
},
|
||||
{
|
||||
"endtime" : 0.80000001,
|
||||
"endvalue" : "0.2823529411764706 0.7450980392156863 1",
|
||||
"id" : 9,
|
||||
"name" : "colorchange",
|
||||
"starttime" : 0.2,
|
||||
"startvalue" : "1 0.49019607843137253 0.49019607843137253"
|
||||
},
|
||||
{
|
||||
"axis" : "0 1 0",
|
||||
"distanceinner" : 0,
|
||||
"distanceouter" : 1,
|
||||
"flags" : 1,
|
||||
"id" : 10,
|
||||
"name" : "vortex",
|
||||
"speedinner" : 0,
|
||||
"speedouter" : 5
|
||||
}
|
||||
],
|
||||
"renderer" :
|
||||
[
|
||||
{
|
||||
"id" : 1,
|
||||
"length" : 1,
|
||||
"maxlength" : 5,
|
||||
"name" : "spritetrail"
|
||||
}
|
||||
],
|
||||
"starttime" : 0
|
||||
}
|
||||
Reference in New Issue
Block a user