Advertisement
Guest User

ddaniels

a guest
Jun 11th, 2008
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <com.jmex.effects.particles.ParticleMesh endMass="1.0" endSize="0.5" initialVelocity="0.0060" lightCombineMode="Off" maximumAngle="6.2831855" maximumLifeTime="1400.0" minimumLifeTime="1200.0" name="particles" numParticles="300" reference_ID="com.jmex.effects.particles.ParticleMesh@28145575" renderQueueMode="3" startMass="1.0" startSize="2.5" textureCombineMode="Replace">
  3.   <renderStateList size="15">
  4.     <com.jme.scene.state.BlendState blendEnabled="true" class="com.jme.scene.state.lwjgl.LWJGLBlendState" destinationFunctionAlpha="One" destinationFunctionRGB="One" test="GreaterThan" testEnabled="true"/>
  5.     <null/>
  6.     <null/>
  7.     <null/>
  8.     <null/>
  9.     <com.jme.scene.state.TextureState class="com.jme.scene.state.lwjgl.LWJGLTextureState">
  10.       <texture size="1">
  11.         <com.jme.image.Texture2D combineFuncAlpha="Modulate" combineFuncRGB="Modulate" imageLocation="file:/C:/java/jme/build/jmetest/data/texture/flaresmall.jpg" magnificationFilter="Bilinear" memReq="1024" minificationFilter="Trilinear">
  12.           <textureKey class="com.jme.util.TextureKey" file="/C:/java/jme/build/jmetest/data/texture/flaresmall.jpg" flipped="true" host="" protocol="file"/>
  13.         </com.jme.image.Texture2D>
  14.       </texture>
  15.     </com.jme.scene.state.TextureState>
  16.     <null/>
  17.     <com.jme.scene.state.ZBufferState class="com.jme.scene.state.lwjgl.LWJGLZBufferState" enabled="false"/>
  18.     <null/>
  19.     <null/>
  20.     <null/>
  21.     <null/>
  22.     <null/>
  23.     <null/>
  24.     <null/>
  25.   </renderStateList>
  26.   <localTranslation class="com.jme.math.Vector3f" z="-40.0"/>
  27.   <geometricalControllers size="1">
  28.     <com.jmex.effects.particles.ParticleController maxTime="3.4028235E38" precision="0.01" reference_ID="com.jmex.effects.particles.ParticleController@8984226" repeatType="1">
  29.       <particleMesh class="com.jmex.effects.particles.ParticleMesh" ref="com.jmex.effects.particles.ParticleMesh@28145575"/>
  30.     </com.jmex.effects.particles.ParticleController>
  31.   </geometricalControllers>
  32.   <children size="0"/>
  33.   <endColor class="com.jme.renderer.ColorRGBA" g="1.0"/>
  34.   <worldEmit class="com.jme.math.Vector3f" y="1.0"/>
  35.   <geometryCoordinates data="-2.5 -2.5 0.0 -2" size="4"/>
  36.   <appearanceColors data="1.0 0.0 0.4 0.3" size="4"/>
  37.   <controller class="com.jmex.effects.particles.ParticleController" ref="com.jmex.effects.particles.ParticleController@8984226"/>
  38.   <ramp class="com.jmex.effects.particles.ParticleAppearanceRamp">
  39.     <entries size="0"/>
  40.   </ramp>
  41.   <texAnimation class="com.jmex.effects.particles.TexAnimation">
  42.     <entries size="0"/>
  43.   </texAnimation>
  44. </com.jmex.effects.particles.ParticleMesh>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement