yes
This commit is contained in:
37
modules/wallpaper-engine/particles/example.json
Normal file
37
modules/wallpaper-engine/particles/example.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"material": "materials/particle/halo.json",
|
||||
"maxcount": 500,
|
||||
"starttime": 0,
|
||||
"emitter": [{
|
||||
"name": "sphererandom",
|
||||
"rate": 20,
|
||||
"origin": "0 0 0",
|
||||
"directions" : "1 1 0",
|
||||
"distancemin": 32,
|
||||
"distancemax": 512
|
||||
}],
|
||||
"initializer": [{
|
||||
"name": "lifetimerandom",
|
||||
"min": 3,
|
||||
"max": 5
|
||||
}, {
|
||||
"name": "sizerandom",
|
||||
"min": 50,
|
||||
"max": 200
|
||||
}, {
|
||||
"name": "velocityrandom",
|
||||
"min": "-50 -50 0",
|
||||
"max": "50 50 0"
|
||||
}, {
|
||||
"name": "colorrandom",
|
||||
"min": "255 255 255",
|
||||
"max": "255 255 255"
|
||||
}],
|
||||
"operator": [{
|
||||
"name": "movement",
|
||||
"gravity": "0 0 0"
|
||||
}, {
|
||||
"name": "alphafade",
|
||||
"fadeintime": 0.5
|
||||
}]
|
||||
}
|
||||
37
modules/wallpaper-engine/particles/example3d.json
Normal file
37
modules/wallpaper-engine/particles/example3d.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"material": "materials/particle/halo.json",
|
||||
"maxcount": 500,
|
||||
"starttime": 0,
|
||||
"emitter": [{
|
||||
"name": "sphererandom",
|
||||
"rate": 20,
|
||||
"origin": "0 0 0",
|
||||
"directions" : "1 1 1",
|
||||
"distancemin": 0.5,
|
||||
"distancemax": 1
|
||||
}],
|
||||
"initializer": [{
|
||||
"name": "lifetimerandom",
|
||||
"min": 3,
|
||||
"max": 5
|
||||
}, {
|
||||
"name": "sizerandom",
|
||||
"min": 0.1,
|
||||
"max": 0.5
|
||||
}, {
|
||||
"name": "velocityrandom",
|
||||
"min": "-1 -1 -1",
|
||||
"max": "1 1 1"
|
||||
}, {
|
||||
"name": "colorrandom",
|
||||
"min": "255 255 255",
|
||||
"max": "255 255 255"
|
||||
}],
|
||||
"operator": [{
|
||||
"name": "movement",
|
||||
"gravity": "0 0 0"
|
||||
}, {
|
||||
"name": "alphafade",
|
||||
"fadeintime": 0.5
|
||||
}]
|
||||
}
|
||||
113
modules/wallpaper-engine/particles/examplecursoravoid.json
Normal file
113
modules/wallpaper-engine/particles/examplecursoravoid.json
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"children" : null,
|
||||
"controlpoint" :
|
||||
[
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 0,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 1,
|
||||
"id" : 1,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 2,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 3,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 4,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 5,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 6,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 7,
|
||||
"offset" : "0 0 0"
|
||||
}
|
||||
],
|
||||
"emitter" :
|
||||
[
|
||||
{
|
||||
"id" : 6,
|
||||
"name" : "boxrandom",
|
||||
"rate" : 200
|
||||
}
|
||||
],
|
||||
"flags" : null,
|
||||
"initializer" :
|
||||
[
|
||||
{
|
||||
"id" : 2,
|
||||
"max" : 5,
|
||||
"min" : 3,
|
||||
"name" : "lifetimerandom"
|
||||
},
|
||||
{
|
||||
"id" : 3,
|
||||
"max" : 60,
|
||||
"min" : 30,
|
||||
"name" : "sizerandom"
|
||||
},
|
||||
{
|
||||
"id" : 4,
|
||||
"max" : "50 50 0",
|
||||
"min" : "-50 -50 0",
|
||||
"name" : "velocityrandom"
|
||||
},
|
||||
{
|
||||
"id" : 5,
|
||||
"max" : "255 181 63",
|
||||
"min" : "255 255 255",
|
||||
"name" : "colorrandom"
|
||||
}
|
||||
],
|
||||
"material": "materials/particle/halo.json",
|
||||
"maxcount" : 1000,
|
||||
"operator" :
|
||||
[
|
||||
{
|
||||
"drag" : 2.50000000000000003,
|
||||
"gravity" : "0 0 0",
|
||||
"id" : 7,
|
||||
"name" : "movement"
|
||||
},
|
||||
{
|
||||
"fadeintime" : 0.5,
|
||||
"id" : 8,
|
||||
"name" : "alphafade"
|
||||
},
|
||||
{
|
||||
"controlpoint" : 1,
|
||||
"id" : 9,
|
||||
"name" : "controlpointattract",
|
||||
"scale" : -5000,
|
||||
"threshold" : 64
|
||||
}
|
||||
],
|
||||
"renderer" :
|
||||
[
|
||||
{
|
||||
"id" : 1,
|
||||
"name" : "sprite"
|
||||
}
|
||||
],
|
||||
"starttime" : 0
|
||||
}
|
||||
116
modules/wallpaper-engine/particles/examplecursorfollow.json
Normal file
116
modules/wallpaper-engine/particles/examplecursorfollow.json
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"children" : null,
|
||||
"controlpoint" :
|
||||
[
|
||||
{
|
||||
"flags" : 1,
|
||||
"id" : 0,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 1,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 2,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 3,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 4,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 5,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 6,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 7,
|
||||
"offset" : "0 0 0"
|
||||
}
|
||||
],
|
||||
"emitter" :
|
||||
[
|
||||
{
|
||||
"directions" : "1 1 0",
|
||||
"distancemax" : 32,
|
||||
"distancemin" : 0,
|
||||
"id" : 6,
|
||||
"name" : "sphererandom",
|
||||
"origin" : "0 0 0",
|
||||
"rate" : 150
|
||||
}
|
||||
],
|
||||
"flags" : null,
|
||||
"initializer" :
|
||||
[
|
||||
{
|
||||
"exponent" : 2,
|
||||
"id" : 2,
|
||||
"max" : 4,
|
||||
"min" : 2,
|
||||
"name" : "lifetimerandom"
|
||||
},
|
||||
{
|
||||
"id" : 3,
|
||||
"max" : 200,
|
||||
"min" : 50,
|
||||
"name" : "sizerandom"
|
||||
},
|
||||
{
|
||||
"id" : 4,
|
||||
"max" : "50 50 0",
|
||||
"min" : "-50 -50 0",
|
||||
"name" : "velocityrandom"
|
||||
},
|
||||
{
|
||||
"id" : 5,
|
||||
"max" : "134 132 255",
|
||||
"min" : "255 130 130",
|
||||
"name" : "colorrandom"
|
||||
}
|
||||
],
|
||||
"material": "materials/particle/halo.json",
|
||||
"maxcount" : 500,
|
||||
"operator" :
|
||||
[
|
||||
{
|
||||
"drag" : 0.4,
|
||||
"gravity" : "0 0 0",
|
||||
"id" : 7,
|
||||
"name" : "movement"
|
||||
},
|
||||
{
|
||||
"fadeintime" : 0.10000000000000001,
|
||||
"fadeouttime" : 0.10000000000000001,
|
||||
"id" : 8,
|
||||
"name" : "alphafade"
|
||||
},
|
||||
{
|
||||
"id" : 9,
|
||||
"name" : "sizechange"
|
||||
}
|
||||
],
|
||||
"renderer" :
|
||||
[
|
||||
{
|
||||
"id" : 1,
|
||||
"name" : "sprite"
|
||||
}
|
||||
],
|
||||
"starttime" : 0
|
||||
}
|
||||
136
modules/wallpaper-engine/particles/exampleturbolence.json
Normal file
136
modules/wallpaper-engine/particles/exampleturbolence.json
Normal file
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"children" : null,
|
||||
"controlpoint" :
|
||||
[
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 0,
|
||||
"locktopointer" : false,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 1,
|
||||
"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" :
|
||||
[
|
||||
{
|
||||
"distancemin" : 256,
|
||||
"id" : 5,
|
||||
"name" : "sphererandom",
|
||||
"rate" : 15000
|
||||
}
|
||||
],
|
||||
"flags" : 1,
|
||||
"initializer" :
|
||||
[
|
||||
{
|
||||
"id" : 2,
|
||||
"max" : 5,
|
||||
"min" : 0.5,
|
||||
"name" : "lifetimerandom"
|
||||
},
|
||||
{
|
||||
"exponent" : 3,
|
||||
"id" : 3,
|
||||
"max" : 20,
|
||||
"min" : 5,
|
||||
"name" : "sizerandom"
|
||||
},
|
||||
{
|
||||
"id" : 4,
|
||||
"max" : "200 200 0",
|
||||
"min" : "-200 -200 0",
|
||||
"name" : "velocityrandom"
|
||||
}
|
||||
],
|
||||
"material": "materials/particle/halo.json",
|
||||
"maxcount" : 25000,
|
||||
"operator" :
|
||||
[
|
||||
{
|
||||
"drag" : 4.0000000000000001,
|
||||
"gravity" : "0 0 0",
|
||||
"id" : 6,
|
||||
"name" : "movement"
|
||||
},
|
||||
{
|
||||
"fadeintime" : 0.5,
|
||||
"id" : 7,
|
||||
"name" : "alphafade"
|
||||
},
|
||||
{
|
||||
"controlpoint" : 1,
|
||||
"id" : 8,
|
||||
"name" : "controlpointattract",
|
||||
"origin" : "0 0 0",
|
||||
"scale" : -10000,
|
||||
"threshold" : 128
|
||||
},
|
||||
{
|
||||
"id" : 9,
|
||||
"name" : "turbulence",
|
||||
"scale" : 0.0053000000026077031,
|
||||
"speedmax" : 1000,
|
||||
"speedmin" : 500,
|
||||
"timescale" : -50
|
||||
},
|
||||
{
|
||||
"endtime" : 0.80000000000000004,
|
||||
"endvalue" : "0.2823529411764706 0.7450980392156863 1",
|
||||
"id" : 10,
|
||||
"name" : "colorchange",
|
||||
"starttime" : 0.20000000000000001,
|
||||
"startvalue" : "1 0.49019607843137253 0.49019607843137253"
|
||||
}
|
||||
],
|
||||
"renderer" :
|
||||
[
|
||||
{
|
||||
"id" : 1,
|
||||
"length" : 0.02,
|
||||
"maxlength" : 5,
|
||||
"name" : "spritetrail"
|
||||
}
|
||||
],
|
||||
"starttime" : 0
|
||||
}
|
||||
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