Advertisement
Guest User

ddaniels

a guest
Jun 11th, 2008
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <com.jmex.effects.particles.ParticleMesh
  3.     endMass="1.0"
  4.     endSize="0.5"
  5.     initialVelocity="0.0060"
  6.     lightCombineMode="Off"
  7.     maximumAngle="6.2831855"
  8.     maximumLifeTime="1400.0"
  9.     minimumLifeTime="1200.0"
  10.     name="particles"
  11.     numParticles="300"
  12.     reference_ID="com.jmex.effects.particles.ParticleMesh@28145575"
  13.     renderQueueMode="3"
  14.     startMass="1.0"
  15.     startSize="2.5"
  16.     textureCombineMode="Replace">
  17.   <renderStateList
  18.     size="15">
  19.     <com.jme.scene.state.BlendState
  20.         blendEnabled="true"
  21.         class="com.jme.scene.state.lwjgl.LWJGLBlendState"
  22.         destinationFunctionAlpha="One"
  23.         destinationFunctionRGB="One"
  24.         test="GreaterThan"
  25.         testEnabled="true"/>
  26.     <null/>
  27.     <null/>
  28.     <null/>
  29.     <null/>
  30.     <com.jme.scene.state.TextureState
  31.         class="com.jme.scene.state.lwjgl.LWJGLTextureState">
  32.       <texture
  33.         size="1">
  34.         <com.jme.image.Texture2D
  35.             combineFuncAlpha="Modulate"
  36.             combineFuncRGB="Modulate"
  37.             imageLocation="file:/C:/java/jme/build/jmetest/data/texture/flaresmall.jpg"
  38.             magnificationFilter="Bilinear"
  39.             memReq="1024"
  40.             minificationFilter="Trilinear">
  41.           <textureKey
  42.             class="com.jme.util.TextureKey"
  43.             file="/C:/java/jme/build/jmetest/data/texture/flaresmall.jpg"
  44.             flipped="true" host=""
  45.             protocol="file"/>
  46.         </com.jme.image.Texture2D>
  47.       </texture>
  48.     </com.jme.scene.state.TextureState>
  49.     <null/>
  50.     <com.jme.scene.state.ZBufferState
  51.         class="com.jme.scene.state.lwjgl.LWJGLZBufferState"
  52.         enabled="false"/>
  53.     <null/>
  54.     <null/>
  55.     <null/>
  56.     <null/>
  57.     <null/>
  58.     <null/>
  59.     <null/>
  60.   </renderStateList>
  61.   <localTranslation
  62.     class="com.jme.math.Vector3f"
  63.     z="-40.0"/>
  64.   <geometricalControllers
  65.     size="1">
  66.     <com.jmex.effects.particles.ParticleController
  67.         maxTime="3.4028235E38"
  68.         precision="0.01"
  69.         reference_ID="com.jmex.effects.particles.ParticleController@8984226"
  70.         repeatType="1">
  71.       <particleMesh
  72.         class="com.jmex.effects.particles.ParticleMesh"
  73.         ref="com.jmex.effects.particles.ParticleMesh@28145575"/>
  74.     </com.jmex.effects.particles.ParticleController>
  75.   </geometricalControllers>
  76.   <children
  77.     size="0"/>
  78.   <endColor
  79.     class="com.jme.renderer.ColorRGBA"
  80.     g="1.0"/>
  81.   <worldEmit
  82.     class="com.jme.math.Vector3f"
  83.     y="1.0"/>
  84.   <geometryCoordinates
  85.     data="-2.5 -2.5 0.0 -2"
  86.     size="4"/>
  87.   <appearanceColors
  88.     data="1.0 0.0 0.4 0.3"
  89.     size="4"/>
  90.   <controller
  91.     class="com.jmex.effects.particles.ParticleController"
  92.     ref="com.jmex.effects.particles.ParticleController@8984226"/>
  93.   <ramp class="com.jmex.effects.particles.ParticleAppearanceRamp">
  94.     <entries size="0"/>
  95.   </ramp>
  96.   <texAnimation
  97.     class="com.jmex.effects.particles.TexAnimation">
  98.     <entries size="0"/>
  99.   </texAnimation>
  100. </com.jmex.effects.particles.ParticleMesh>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement