📄 smoke.particle
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -