Shader Tutorial for GameMaker 02 - Introduction to GLSL Part 2

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии • 17

  • @rafca7408
    @rafca7408 6 лет назад +13

    These videos are a godsend

  • @shadowjhone
    @shadowjhone 5 лет назад +2

    Thank U for the amazing content and contribution for the game community

  • @maymayman0
    @maymayman0 6 лет назад +1

    Great explanation!!!!
    Very well thought out.
    Thank you very much

  • @lksxxtodin5292
    @lksxxtodin5292 Год назад

    You are a hero.

  • @shadowdsfire
    @shadowdsfire 5 лет назад +1

    Amazing tutorial so far. I just want to point out the Shaderific link does not work right now.

    • @gamingreverends-devcorner1379
      @gamingreverends-devcorner1379  5 лет назад

      Thx. Didn't know about shaderific. Marked it as broken for now since the whole site seems to be down for whatever reason.

    • @kokorogames61
      @kokorogames61 4 года назад

      @@gamingreverends-devcorner1379 hi! really great videos! btw, you can find the site on web[dot]archive[dot]org if you paste in the search box the broken link from you description. it loads slow, but it works.

  • @dmitrykolesnikovich
    @dmitrykolesnikovich 6 лет назад +1

    what if i give to r component value greater 1, say 1.1? will it be treated as 1 ? or some more smart stuff ?

    • @gamingreverends-devcorner1379
      @gamingreverends-devcorner1379  6 лет назад

      Within the shader program it will be 1.1. But afaik when you pass the output colour on to the next stages by setting gl_FragColor, rgba will be clamped from 0 to 1. This should be relevant for at least one other stage in the drawing pipe line: the blend modes need numbers between 0 and 1.

  • @THENewTubez
    @THENewTubez 6 лет назад +1

    Are you a teacher? Haha very well explained! Nice pacing!

  • @dmathiastube
    @dmathiastube 5 лет назад +1

    👍

  • @xPocketStaff
    @xPocketStaff 24 дня назад

    how can people learn all of this i dont understand ..im visual type

  • @ignaciosb8779
    @ignaciosb8779 4 года назад +2

    Best tutorial of shaders I've seen so far. This is what a beginner need.