smoke.particle
来自「赫赫大名的 OGRE 游戏引擎」· PARTICLE 代码 · 共 43 行
PARTICLE
43 行
// Example particle systems
// smoke
Examples/Smoke
{
material Examples/Smoke
particle_width 55
particle_height 55
cull_each true
quota 500
billboard_type point
// Area emitter
emitter Point
{
angle 11
emission_rate 15
time_to_live 4
direction 0 1 0
velocity_min 150
velocity_max 240
}
affector ColourImage
{
image smokecolors.png
}
affector Rotator
{
rotation_range_start 0
rotation_range_end 360
rotation_speed_range_start -60
rotation_speed_range_end 200
}
affector Scaler
{
rate 100
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?