Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. {
  2. unique: {
  3. pointSpriteBatch: {
  4. class: com.badlogic.gdx.graphics.g3d.particles.ResourceData$SaveData,
  5. data: {},
  6. indices: [0]
  7. }
  8. },
  9. data: [],
  10. assets: [{
  11. filename: pre_particle.png,
  12. type: com.badlogic.gdx.graphics.Texture
  13. }],
  14. resource: {
  15. class: com.badlogic.gdx.graphics.g3d.particles.ParticleEffect,
  16. controllers: [{
  17. name: "PointSprite Controller",
  18. emitter: {
  19. class: com.badlogic.gdx.graphics.g3d.particles.emitters.RegularEmitter,
  20. minParticleCount: 0,
  21. maxParticleCount: 200,
  22. continous: true,
  23. emission: {
  24. active: true,
  25. lowMin: 0,
  26. lowMax: 0,
  27. highMin: 275,
  28. highMax: 275,
  29. relative: false,
  30. scaling: [1],
  31. timeline: [0]
  32. },
  33. delay: {
  34. active: false,
  35. lowMin: 0,
  36. lowMax: 0
  37. },
  38. duration: {
  39. active: true,
  40. lowMin: 300,
  41. lowMax: 300
  42. },
  43. life: {
  44. active: true,
  45. lowMin: 0,
  46. lowMax: 0,
  47. highMin: 1000,
  48. highMax: 1000,
  49. relative: false,
  50. scaling: [1, 1, 0.3],
  51. timeline: [0, 0.66, 1]
  52. },
  53. lifeOffset: {
  54. active: false,
  55. lowMin: 0,
  56. lowMax: 0,
  57. highMin: 0,
  58. highMax: 0,
  59. relative: false,
  60. scaling: [1],
  61. timeline: [0]
  62. }
  63. },
  64. influencers: [{
  65. class: com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer$Single,
  66. regions: [{
  67. u2: 1,
  68. v2: 1,
  69. halfInvAspectRatio: 0.5
  70. }]
  71. }, {
  72. class: com.badlogic.gdx.graphics.g3d.particles.influencers.SpawnInfluencer,
  73. spawnShape: {
  74. class: com.badlogic.gdx.graphics.g3d.particles.values.PointSpawnShapeValue,
  75. active: false,
  76. xOffsetValue: {
  77. active: false,
  78. lowMin: 0,
  79. lowMax: 0
  80. },
  81. yOffsetValue: {
  82. active: false,
  83. lowMin: 0,
  84. lowMax: 0
  85. },
  86. zOffsetValue: {
  87. active: false,
  88. lowMin: 0,
  89. lowMax: 0
  90. },
  91. spawnWidthValue: {
  92. active: false,
  93. lowMin: 0,
  94. lowMax: 0,
  95. highMin: 0,
  96. highMax: 0,
  97. relative: false,
  98. scaling: [1],
  99. timeline: [0]
  100. },
  101. spawnHeightValue: {
  102. active: false,
  103. lowMin: 0,
  104. lowMax: 0,
  105. highMin: 0,
  106. highMax: 0,
  107. relative: false,
  108. scaling: [1],
  109. timeline: [0]
  110. },
  111. spawnDepthValue: {
  112. active: false,
  113. lowMin: 0,
  114. lowMax: 0,
  115. highMin: 0,
  116. highMax: 0,
  117. relative: false,
  118. scaling: [1],
  119. timeline: [0]
  120. },
  121. edges: false
  122. }
  123. }, {
  124. class: com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer$Single,
  125. alpha: {
  126. active: false,
  127. lowMin: 0,
  128. lowMax: 0,
  129. highMin: 1,
  130. highMax: 1,
  131. relative: false,
  132. scaling: [0, 0.22807017, 0.22807017, 0],
  133. timeline: [0, 0.49315068, 0.760274, 1]
  134. },
  135. color: {
  136. active: false,
  137. colors: [0, 0, 0, 0.2, 0.2, 0.2],
  138. timeline: [0, 1]
  139. }
  140. }, {
  141. class: com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsInfluencer,
  142. velocities: [{
  143. class: com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier$PolarAcceleration,
  144. isGlobal: false,
  145. strengthValue: {
  146. active: false,
  147. lowMin: 0,
  148. lowMax: 0,
  149. highMin: -3,
  150. highMax: -10,
  151. relative: false,
  152. scaling: [1],
  153. timeline: [0]
  154. },
  155. thetaValue: {
  156. active: false,
  157. lowMin: 0,
  158. lowMax: 0,
  159. highMin: 0,
  160. highMax: 360,
  161. relative: false,
  162. scaling: [1],
  163. timeline: [0]
  164. },
  165. phiValue: {
  166. active: true,
  167. lowMin: 0,
  168. lowMax: 0,
  169. highMin: -35,
  170. highMax: 35,
  171. relative: false,
  172. scaling: [1, 0, 0],
  173. timeline: [0, 0.5, 1]
  174. }
  175. }]
  176. }],
  177. renderer: {
  178. class: com.badlogic.gdx.graphics.g3d.particles.renderers.PointSpriteRenderer
  179. }
  180. }]
  181. }
  182. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement