TEST.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Includes>
  4. <Include source="art:fxwhitetest3.xml" type="instance"/>
  5. <Include source="art:fxspherenrm.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXWhiteTest3" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="TEST">
  8. <Lifetime High="150" Low="150"/>
  9. <Size High="200" Low="200"/>
  10. <BurstDelay High="150" Low="150"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="1" Low="1" RelativeAge="4"/>
  14. <Alpha Frame="3" High="1" Low="1" RelativeAge="50"/>
  15. <Alpha Frame="4" High="1" Low="1" RelativeAge="100"/>
  16. </Alphas>
  17. <Colors>
  18. <Color Frame="1" RelativeAge="0">
  19. <Color b="1" g="1" r="1"/>
  20. </Color>
  21. <Color Frame="2" RelativeAge="5">
  22. <Color b="1" g="1" r="1"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="50">
  25. <Color b="1" g="1" r="1"/>
  26. </Color>
  27. <Color Frame="4" RelativeAge="100">
  28. <Color b="1" g="1" r="1"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default Swirly="true">
  33. <VelocityDamping High="0.975" Low="0.95"/>
  34. </Default>
  35. </Physics>
  36. <Draw>
  37. <Gpu DetailTexture="FXSphereNRM" GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
  38. </Draw>
  39. <Volume>
  40. <Cylinder IsHollow="true">
  41. <Offset x="150" y="0" z="-25"/>
  42. </Cylinder>
  43. </Volume>
  44. <Velocity>
  45. <Ortho>
  46. <Position>
  47. <x High="0" Low="0"/>
  48. <y High="0" Low="0"/>
  49. <z High="0" Low="0"/>
  50. </Position>
  51. </Ortho>
  52. </Velocity>
  53. <Event/>
  54. <Update>
  55. <Default>
  56. <SizeRateDamping High="1.01" Low="1.01"/>
  57. <AngularDamping High="0.85" Low="0.8"/>
  58. <AngularDampingXY High="1" Low="1"/>
  59. </Default>
  60. </Update>
  61. </FXParticleSystemTemplate>
  62. </AssetDeclaration>