You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
446 B
Plaintext
27 lines
446 B
Plaintext
10 years ago
|
particle_system openmw/Ripples
|
||
|
{
|
||
|
material openmw/Ripple
|
||
|
particle_width 50
|
||
|
particle_height 50
|
||
|
// To make the particles move with the scene node when the waterlevel changes
|
||
|
local_space true
|
||
|
quota 300
|
||
|
billboard_type perpendicular_common
|
||
|
common_up_vector 0 1 0
|
||
|
common_direction 0 0 1
|
||
|
|
||
|
affector ColourFader
|
||
|
{
|
||
|
alpha -0.33
|
||
|
}
|
||
|
|
||
|
affector Scaler
|
||
|
{
|
||
|
rate 100
|
||
|
}
|
||
|
|
||
|
affector Rotator
|
||
|
{
|
||
|
}
|
||
|
}
|