smeighan
Dedicated elf
There is a new effect for the Nutcracker software.
Snowstorm tried to simulate snowflakes in blowing wind. For this effect, i keep track of every snowflake in an array. I then give a random value to a vector and remember the new direction. This may look like just the blinking pixels, the logix is very different. Try picking one snowflake and follow its path.
You get prompted for the Maximum Snowflakes to start in the storm.
_POST
username f
user_target ZZ_ZZ
effect_class snowstorm
effect_name SNOW1
window_degrees 180
seq_duration 5
start_color #FF250D
end_color #051EFF
frame_delay 50
maxSnowflakes 50
submit Submit Form to create your effect
Now lets try , say 300 snowflakes
_POST
username f
user_target ZZ_ZZ
effect_class snowstorm
effect_name SNOW2
window_degrees 180
seq_duration 5
start_color #FF250D
end_color #051EFF
frame_delay 50
maxSnowflakes 300
submit Submit Form to create your effect
Lets tone down the effect by limiting to 150 pixels and a smaller color range
_POST
username f
user_target ZZ_ZZ
effect_class snowstorm
effect_name SNOW3
window_degrees 180
seq_duration 5
start_color #1E05FF
end_color #00FF2A
frame_delay 50
maxSnowflakes 150
submit Submit Form to create your effect
enjoy
Snowstorm tried to simulate snowflakes in blowing wind. For this effect, i keep track of every snowflake in an array. I then give a random value to a vector and remember the new direction. This may look like just the blinking pixels, the logix is very different. Try picking one snowflake and follow its path.
You get prompted for the Maximum Snowflakes to start in the storm.
_POST
username f
user_target ZZ_ZZ
effect_class snowstorm
effect_name SNOW1
window_degrees 180
seq_duration 5
start_color #FF250D
end_color #051EFF
frame_delay 50
maxSnowflakes 50
submit Submit Form to create your effect
Now lets try , say 300 snowflakes
_POST
username f
user_target ZZ_ZZ
effect_class snowstorm
effect_name SNOW2
window_degrees 180
seq_duration 5
start_color #FF250D
end_color #051EFF
frame_delay 50
maxSnowflakes 300
submit Submit Form to create your effect
Lets tone down the effect by limiting to 150 pixels and a smaller color range
_POST
username f
user_target ZZ_ZZ
effect_class snowstorm
effect_name SNOW3
window_degrees 180
seq_duration 5
start_color #1E05FF
end_color #00FF2A
frame_delay 50
maxSnowflakes 150
submit Submit Form to create your effect
enjoy