Fun with WebGL effects

Sdílet
Vložit
  • čas přidán 13. 06. 2019
  • I created a mock company/webpage as a stage to tryout some interesting WebGL displacement effects.
  • Věda a technologie

Komentáře • 7

  • @deepak8586
    @deepak8586 Před 3 lety +3

    It would great if you could make a tutorial on this!!

  • @ImDino
    @ImDino Před 2 lety

    how to do it from what i can tell
    step 1: choose an effect that distorts/shapes the image
    step 2: on mousehover, make the primary image go from 0 distortion to 100 percent (or whatever), and make the opacity go from 100 to 0.
    step 3: make the secondary image do the opposite.
    step4: last but not least, choose a combination of images with similar colors

    • @minnow1337
      @minnow1337 Před rokem

      I think the distortion goes from 0 to 100 then reverses for both images during the animation. That was the fade between images is less jarring and can take place anywhere during the animation

  • @minnow1337
    @minnow1337 Před rokem

    My guess on how this is done:
    Interpolate rendered image output by some distortion function, which peaks at the middle of the animation then reverses.
    Begin fade transition between images towards the peak of the distortion

  • @amit_awadhi
    @amit_awadhi Před 3 lety +1

    Share code as well buddy

  • @nishanthdipali6838
    @nishanthdipali6838 Před 3 lety

    Yea please share the code

  • @user-cp7gt3jz8f
    @user-cp7gt3jz8f Před 3 lety

    and whot?