fire.json 723 B

12345678910111213141516171819202122232425
  1. {
  2. "type": "fire",
  3. "emitterType": "box",
  4. "capacity": 2000,
  5. "textureFile": "flare.png",
  6. "minEmitBox": { "x": -0.5, "y": 1, "z": -0.5 },
  7. "maxEmitBox": { "x": 0.5, "y": 1, "z": 0.5 },
  8. "color1": { "r": 1, "g": 0.5, "b": 0, "a": 1.0 },
  9. "color2": { "r": 1, "g": 0.5, "b": 0, "a": 1.0 },
  10. "colorDead": { "r": 0, "g": 0, "b": 0, "a": 0.0 },
  11. "minSize": 0.3,
  12. "maxSize": 1,
  13. "minLifeTime": 0.2,
  14. "maxLifeTime": 0.4,
  15. "emitRate": 600,
  16. "blendMode": 0,
  17. "gravity": { "x": 0, "y": 0, "z": 0 },
  18. "direction1": { "x": 0, "y": 4, "z": 0 },
  19. "direction2": { "x": 0, "y": 4, "z": 0 },
  20. "minAngularSpeed": 0,
  21. "maxAngularSpeed": 3.141592653589793,
  22. "minEmitPower": 1,
  23. "maxEmitPower": 3,
  24. "updateSpeed": 0.007
  25. }