minor adjustments to particles

This commit is contained in:
James B. Pollack 2015-12-22 14:38:53 -08:00
parent 60f2314469
commit edd11a670a

View file

@ -506,8 +506,8 @@ function MyController(hand) {
"y": 0, "y": 0,
"z": 0 "z": 0
}, },
"particleRadius": 0.01, "particleRadius": 0.015,
"radiusSpread": 0, "radiusSpread": 0.005,
// "radiusStart": 0.01, // "radiusStart": 0.01,
// "radiusFinish": 0.01, // "radiusFinish": 0.01,
// "colorSpread": { // "colorSpread": {