Request for a "windy flag"

Blitz3D Forums/Blitz3D Programming/Request for a "windy flag"

Neochrome(Posted 2003) [#1]
hi, i dont have alot of time on my hands, and i need to get a flag "like UT capture the flag" they move like there in the wind. "Windy flags"

can anyone help out?


Shambler(Posted 2003) [#2]
Checkout the wave demo I just posted.

http://www.blitzbasic.com/bbs/posts.php?topic=25422

Change the line in the update function

h#=Sin(w\wavedensity*x+move/w\wavespeed)

and you have simple flag movement.


sswift(Posted 2003) [#3]
Check out the threads on verlet physics too. You can simulate cloth easily with verlets.


poopla(Posted 2003) [#4]
I think he just wants an animated flag.


Warren(Posted 2003) [#5]
Heh, yeah, I don't think he's asking for a physics simulation with actual wind. :)