Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nihal111
Created June 27, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nihal111/c419716b6227b7cb469e6885cce76c47 to your computer and use it in GitHub Desktop.
Save nihal111/c419716b6227b7cb469e6885cce76c47 to your computer and use it in GitHub Desktop.
{
"location" : {},
"particleDataSprite": {
"texture": "AdventureAssets:blueParticle"
},
"positionRangeGenerator": {
"minPosition": [-0.5, 0, -0.5],
"maxPosition": [0.5, 0, 0.5]
},
"energyRangeGenerator": {
"minEnergy": 0.5,
"maxEnergy": 1.5
},
"scaleRangeGenerator": {
"minScale": [0.060, 0.060, 0.060],
"maxScale": [0.060, 0.060, 0.060]
},
"velocityRangeGenerator": {
"minVelocity": [-0.5, 1, -0.5],
"maxVelocity": [0.5, 2, 0.5]
},
"velocityAffector": {},
"particleEmitter": {
"lifeTime": 2,
"spawnRateMax": 250,
"spawnRateMin": 250,
"particleSpawnsLeft": 500,
"maxParticles": 500,
"particleCollision": false,
"destroyEntityWhenDead": true
},
"engine:Light": {
"lightColorAmbient": [
0.45,
0.5,
1.0
],
"lightAttenuationRange": 16.0,
"lightSpecularPower": 1.0,
"lightSpecularIntensity": 0.1,
"lightColorDiffuse": [
0.45,
0.5,
1.0
],
"simulateFading": false,
"lightAmbientIntensity": 1.0,
"lightType": "POINT",
"lightRenderingDistance": 0.0,
"lightAttenuationFalloff": 1.25,
"lightDiffuseIntensity": 1.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment