smoke.particle
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // Example particle systems
  2. // smoke
  3. Examples/Smoke
  4. {
  5.      material         Examples/Smoke
  6.      particle_width   55
  7.      particle_height  55
  8.      cull_each        true
  9.      quota            500
  10.      billboard_type   point
  11. sorted true
  12.     
  13.      // Area emitter
  14.      emitter Point
  15.      {
  16. angle                11
  17.          emission_rate        15
  18.          time_to_live         4
  19.          direction            0 1 0
  20.          velocity_min         150
  21.          velocity_max         240    
  22. }
  23. affector ColourImage
  24. {
  25. image smokecolors.png
  26. }
  27.     affector Rotator
  28.     {
  29.          rotation_range_start   0
  30.          rotation_range_end      360
  31.          rotation_speed_range_start   -60
  32.          rotation_speed_range_end     200
  33.     }
  34.     affector Scaler
  35.     {
  36.         rate  100
  37.     }
  38. }