Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 KB | None | 0 0
  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" xmlns:xi="http://www.w3.org/2001/XInclude">
  3.     <Tags></Tags>
  4.  
  5.     <FXParticleSystemTemplate ParticleTexture="FXNRMStreaksA" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" Shader="ALPHA" SortLevel="1" SystemLifetime="0" Type="GPU_PARTICLE" id="MicrowaveEmitter">
  6.         <Lifetime High="20" Low="20"/>
  7.         <Size High="12" Low="8"/>
  8.         <BurstDelay High="1" Low="1"/>
  9.         <BurstCount High="10" Low="8"/>
  10.         <Alphas>
  11.             <Alpha Frame="2" High="0.1" Low="0.1" RelativeAge="19"/>
  12.             <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  13.         </Alphas>
  14.         <Colors>
  15.             <Color Frame="1" RelativeAge="0">
  16.                 <Color b="0.1" g="0.6" r="1.5"/>
  17.             </Color>
  18.             <Color Frame="2" RelativeAge="20">
  19.                 <Color b="0.1" g="0.6" r="1.5"/>
  20.             </Color>
  21.             <Color Frame="3" RelativeAge="100">
  22.                 <Color b="0.1" g="0.6" r="1.5"/>
  23.             </Color>
  24.         </Colors>  
  25.         <Wind AngleChangeMax="0.45" AngleChangeMin="0.15" PingPongEndAngleMin="5.49779" PingPongStartAngleMax="6.2" />
  26.         <Physics>
  27.             <Default ParticlesAttachToBone="false">
  28.                 <VelocityDamping High="0.2" Low="0.15"/>
  29.                 <DriftVelocity x="0" y="1.0" z="0.0"/>             
  30.             </Default>
  31.         </Physics>
  32.         <Draw>
  33.             <Gpu GeometryType="CENTERED_QUAD" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
  34.         </Draw>
  35.         <Volume>
  36.             <Cylinder IsHollow="true" Radius="300" >
  37.                 <Offset x="0" y="0" z="-50"/>
  38.             </Cylinder>
  39.         </Volume>
  40.         <Velocity>
  41.             <Cylindrical>
  42.                 <Radial High="10" Low="8"/>
  43.                 <Normal High="10" Low="8"/>
  44.             </Cylindrical>
  45.         </Velocity>
  46.         <Event/>
  47.         <Update>
  48.             <Default>
  49.                 <SizeRate High="3" Low="2"/>
  50.                 <SizeRateDamping High="0.92" Low="0.92"/>
  51.                 <AngleZ High="0.5" Low="-0.5"/>
  52.                 <AngularRateZ High="0.0" Low="0.0"/>               
  53.                 <AngularDampingXY High="0.85" Low="0.8"/>
  54.             </Default>
  55.         </Update>
  56.     </FXParticleSystemTemplate>
  57.    
  58.    
  59. </AssetDeclaration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement