How to make a water effect on TImage or anything?

前端 未结 3 816
情深已故
情深已故 2021-01-30 11:23

OK, I just installed a Tortoise git in my PC. And I\'m quiet amuse about the water effect from its about page.

\"ent

3条回答
  •  渐次进展
    2021-01-30 11:53

    See Leonel Togniolli's "Water Effects" at efg's lab.

    enter image description here

    The ripple effect is based on 2D Water Effects in December 1999 Game Developer Magazine Article .

    The algorithm is described in here 2D Water, as mentioned by François and as a reference in the source code.

    Leonel's implementation is partly based on the gamedev article the-water-effect-explained by Roy Willemse. Here is also pascal code.

    There is one more Delphi example at efg's called "Ripple Project", a screen shot is shown below.

    enter image description here

提交回复
热议问题