Quick Understanding of Homogeneous Coordinates for Computer Graphics

Sdílet
Vložit
  • čas přidán 2. 12. 2023
  • Graphics programming has this intriguing concept of 4D vectors used to represent 3D objects, how indispensable could it be so that every 3D graphics API force it on its users ?

Komentáře • 31

  • @guilhermecampos8313
    @guilhermecampos8313 Před 3 měsíci +15

    After seeing many videos here on CZcams, I finally understood Homogeneous Coordinates and Projection Matrix thanks to you

  • @naishalsuvagiya
    @naishalsuvagiya Před 5 měsíci +10

    Good animation plus explanation, 👊
    Keep it up you will surely make great in future😊

  • @jahbini
    @jahbini Před 4 měsíci +4

    You explained this topic much better than Jim Blinn

  • @louis-etiennemessier8003

    great stuff! Thanks!

  • @chrisinacio
    @chrisinacio Před 4 měsíci

    Great work! Keep it up!

  • @mykytahorbenko6794
    @mykytahorbenko6794 Před 2 měsíci +1

    Awesome explanation. Thank you!

  • @Abon963
    @Abon963 Před měsícem +1

    Excellent!

  • @javisda1997
    @javisda1997 Před 4 měsíci +1

    Really nice video and animations. Keep it up!

  • @GG-vl7lh
    @GG-vl7lh Před 5 měsíci

    Great first video !

  • @suheladesilva2933
    @suheladesilva2933 Před 3 měsíci

    Great video, thanks a lot.

  • @gianlucanordio7200
    @gianlucanordio7200 Před 11 dny

    Crazy quality and explaination for a video of a channel with 497 subscribers (well 498 now). Good job :D

  • @TheJara123
    @TheJara123 Před 3 měsíci +3

    Wonderful

  • @DahVeeDeeOh
    @DahVeeDeeOh Před měsícem

    Thank you so much. I was not making headway understanding homogeneous coordinates either by my professor's lecture or readings. Everything is clear after watching this video.

  • @samueldeandrade8535
    @samueldeandrade8535 Před 2 měsíci

    Wow. This video is very, very good.

  • @kavourakos
    @kavourakos Před měsícem

    best video on homogeneous coordinartes

  • @mrshodz
    @mrshodz Před 27 dny

    Excellent communication.

  • @robotic_voice
    @robotic_voice Před 3 měsíci

    great video

  • @sithyyyy
    @sithyyyy Před 2 měsíci

    The 3blue1brown of computer graphics. Looking forward to more!

  • @abnereliberganzahernandez6337
    @abnereliberganzahernandez6337 Před 2 měsíci +1

    this things are weird at first but the more you work on them the more sense they make to you

  • @jaibharat6092
    @jaibharat6092 Před 5 měsíci

    buddy nice work could you make videos on david c lay linear algebra , it is well known book in this area

  • @whatitmeans
    @whatitmeans Před 2 měsíci

    it resembles a LOT the Denavit-Hartenberg projection used in robotics

  • @gerard-nagle
    @gerard-nagle Před 4 měsíci +1

    Really cool, enjoyed it. How did you create the graphics for the video, really clean and smooth

    • @MiolithYT
      @MiolithYT  Před 4 měsíci +3

      It's made with a python library called Manim

    • @gerard-nagle
      @gerard-nagle Před 4 měsíci

      @@MiolithYT thanks for the reply, appreciate it. Seems like Manim will be a project for 2024.

  • @nikos4677
    @nikos4677 Před 3 měsíci +1

    Lol i've seen it on roblox and it took me a while to figure it out. I thought the roblox devs who made the engine were genious of thinking it but as it turns out it is a known thing

  • @xseis.
    @xseis. Před 26 dny

    Am i the only one questioning why we even use matrices? Is it purely for visualizing the math?

    • @hambonesmithsonian8085
      @hambonesmithsonian8085 Před 7 dny

      They’re an amazing condensing tool for representing information. You simply need to practice with them versus trying to handle entire systems of equations and you will very quickly see what I mean. Especially when it comes to tensor manipulation and Einstein summation notation.
      So TLDR, yes, but not without merit. Matrices are not intuitive at first.

    • @xseis.
      @xseis. Před 7 dny +1

      So, you could work without them but it'd get really tedious

  • @Strongsong
    @Strongsong Před 5 měsíci +1

    We make numerous interpretation errors when we do not develop adequate and corrected forms of observation, not necessarily the result of the use of machines, but naturally in our brain. This video is useful even to improve interpretations of quantum mechanics as a multiplier of the potential of the mind. This is my opinion that AI and others technologies, however modern, naturally serve to expand our abstract mind and enable creative tours through Hilbert space. Our brain commands technology, it only warns us about the need for more enhanced directions.

  • @filipmihajlovic7779
    @filipmihajlovic7779 Před 21 dnem

    You failed to explain why it is required. But everything else is great.