For those of you who have been following the vulkan tutorial series, this video is a slight departure from the normal format. The coding portion for the tutorial will be released separately as soon as I’m finished. Future tutorials will return to the more typical structure, with code and theory interleaved. Enjoy!
@yaircambordamorocho45063 жыл бұрын
i loved the Homogeneous Coordinates Hero 😂
@BrendanGalea3 жыл бұрын
@@yaircambordamorocho4506 hahaha thank you :)
@y.m.o61713 жыл бұрын
I really like the way you explain the theory behind these computer graphics topics without mudding with the programming part.
@acidev3 жыл бұрын
Amazing design of video, very accessible and interesting explanation, thanks a lot.
@dexterman63613 жыл бұрын
Crystal clear as usual! Now I know what z-fighting really means! Take that wikipedia!
@ammonwolfert Жыл бұрын
I’m writing a rendering engine from scratch in C and this was exactly the resource I was looking for. Wonderful visualization and explanation!
@Stratelier11 ай бұрын
I remember, when first learning programming I tried to get (any level of) 3D rendering to work, and discovering the math of perspective transformation (e.g. x1/z1 = x2/z2, thus x(screen) = x(world) * (z1 / z2) ) was a critical breakthrough. Even if the only thing I could actually code with it was an imitation of the "starfield" Windows screen saver.
@mackaygrange30727 ай бұрын
I’m working on the same project with SDL and quaternions right now and it has been a whole rabbit hole to dive into!
@AnasHartКүн бұрын
You might also want to check out Sebastian Lague, he does amazing videos on programming graphics rendering!
@func82113 жыл бұрын
Cleanest description of the math behind view projection I've seen! Nice.
@Enaku3 жыл бұрын
Agreed! I've been reading and watching almost everything I can find on the topic and this is by far the best explanation I've seen to date.
@skuminator5 ай бұрын
I cannot agree more, even though I had studied it before I had forgotten so many details and was struggling to find the derivation. In most books they just magically give you the projection matrix solution and give you two phrases, so hard to get it go from the basic n*(x/z) etc to the final form.
@alexanderheim96902 жыл бұрын
After watching 3blue1browns "Essence of Linear Algebra" Playlist, taking the linear algebra module in my university AND watching this video I was finally able to implement these concepts all while deriving the used methods by myself too. Thanks for this awesome video
@BrendanGalea2 жыл бұрын
Thank you!! glad you found it helpful!
@donutbedum98374 ай бұрын
amazing playlist and this video is great too, i use it to understand layers in neural networks
@akaHarvesteRКүн бұрын
My brain clicked into gear at 8:45. I didn't fully understand homogeneous matrices until now. Thank you! 💯
@Skeffles8 ай бұрын
Brilliant video. I did a computer graphics course a few years ago and we never actually went into what makes the matrix. Thanks for explaining it!
@tomatrix75253 жыл бұрын
This is very very very good. I’ve seen too many people code in opengl etc without really understanding what is going on. Sure it works, but this intuition as to what these matrices are doing is good
@BrendanGalea3 жыл бұрын
Thank you!
@bellanthea2 жыл бұрын
Thank you for this video!! I don’t code much, but I love art and math and was so curious on the math behind game engines / 3d graphics and wanted to see how close or far off my guesses were. this makes me want to code!
@BrendanGalea2 жыл бұрын
Thank you so much. Comments like this are what keeps me motivated to keep making videos.
@guitarvoicing Жыл бұрын
Another master piece of 3d explanation. I really never understood well the black magic of the perspective matrix. It was in somehow just diving by z. Yet, your explanation is so clean and so perfect. It makes it really easy to understand. Please post more tutorials like these. You should definitely write a book about it too.
@kipchickensout2 жыл бұрын
This simultaneously looks easily and neatly explained and not understandable at all without an already pretty advanced level
@burakcanik015 ай бұрын
This, along with Cem Yuksel's 3D Transformation video really explains the subject well. I've reviewed this subject multiple times throughout the years but I gotta say, this 2-step approach (perspective projection = perspective transformation + orthographic projection) is IMHO the most intuitive and easy to remember way of teaching/studying this subject. Most books/resources tend to focus on deriving the perspective projection matrix from the ground up, often times skipping the inherent connection to orthographic projection. Thank you for a job well done. Cheers!
@ChadyLatifi5 ай бұрын
do u mind asking is this the concept of converting 3d images to 2d images that appear on our displays(i just started learning about this subject for a school project)
@shailmurtaza90822 ай бұрын
@@ChadyLatifi You need to learn about perspective or orthographic projection.
@PBrrtrn2 жыл бұрын
Absolutely loved this explanation and would recommend it to anyone trying to understand the nuts and bolts of graphics programming.
@aaaakko1397 ай бұрын
Even though I thought I had already understood this before I watched, I still learn something from it. Thanks for making this video, I think it's the clearest one about how to get the Perspective Projection
@user-fy4iq6if4z2 жыл бұрын
Man you saved my life. I was cramming my 3D book and completely lost in projection stuff then found your vid. Thank you so much aa
@الإسلامدينالحق-خ5ت2 жыл бұрын
My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life kzbin.info/aero/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B- kzbin.info/www/bejne/bZWUZ3amjNVgpc0
@isshintheguy417211 ай бұрын
I have exactly no background in computer graphics, only linear algebra. Your video is masterful in its explanation. I find the tempo of your speech helps alot!
@zdspider67782 жыл бұрын
12:33 The vertical FOV is actually the angle from the center to the top (or center to the bottom, same thing). It's a half angle. Hence the theta/2.
@everestgjonaj8 ай бұрын
Also the the height he marks at the illustration should be height/2.
@grahaml607223 күн бұрын
You can define however you like but it is typically from top to bottom.
@stef8776 Жыл бұрын
I’m working on a career change right now, going back to school in the near future for an MS in CS with hopes to be a graphics engineer. I’m reviewing all the prerequisite math right now so having an understanding of what kind of math I’ll need to learn in the future is very helpful. Even though I didn’t really understand 95% of this it was still a great video 😁
@BrendanGalea Жыл бұрын
Thanks and best of luck with your studies!!
@codejunki567 Жыл бұрын
Just a question, do you have relevant CS or math experience? Because just going "I want to program 3d space vectors" is not something the average Joe just gets up and does?
@stef8776 Жыл бұрын
@@codejunki567 no I don’t, that’s why I’m going back and taking all the prerequisites before doing the grad program. I have to do calc 1, 2, linear algebra, physics, C++ programming, etc. I’ve done a lot of Python, R and SQL but that’s not really relevant. Believe me, I understand how difficult is and how much I have left to learn. I probably won’t be able to start the grad program for another year and half or so.
@Dom-zy1qy Жыл бұрын
@@stef8776honestly if it's something you're interested in it's not very difficult. I think people who complete certain qualification programs try to oversell it's difficulty. As a complete average Joe myself I haven't really had problems with the maths side of 3d graphics. It's actually helped me improve my intuitive understanding of certain concepts. If you enjoy the work, you'll be thinking about it enthusiastically when you're out and about, going on a walk, doing whatever. When things are on your mind out of pure intrigue, you are probably in the right field and will definitely succeed.
@pedro_soares_bhz6 ай бұрын
Wow, these drawings are so cool, they have a 2000's vibe. Nice.
@AlexGomes092 жыл бұрын
Beautiful, right to the point. Not a lot of extra theory. Easy to follow and understand. Keep them coming 🙏
@ssopkc_venom Жыл бұрын
Probably the best in depth tutorial i have ever seen on KZbin for graphics rendering. Even better than Cherno IMO
@zarblitz9 ай бұрын
This video on its own is incredible, educational, and just all around superb. I learned so much and tied together so many loose ends I had dangling in my brain because of this video. Thank you.
@sardaou3944 Жыл бұрын
The best mathematical explanation. In most cases, the equations come out of the blue like from the magician's hat. Thank you very much
@RogerValor11 ай бұрын
never knew there is even so much more math beyond the math that my simulation itself needs, but it finally explains a lot
@KamiSlayerz4 ай бұрын
Thanks a lot! I've never heard these concepts explained so well!
@abdelmajidkansoussi69048 ай бұрын
The best explanation of perspective projection. Thank you
@lavz242 жыл бұрын
Found this, Great explanation this topic was killing me, I was not able to understand it before where they get the values and a visual representation of it. You have everything. Great job!
@madelinevandergriff24083 жыл бұрын
Time to drop everything for the new Brendan Galea video, love your stuff man!
@Enaku3 жыл бұрын
Brendan, you're a gem.
@BrendanGalea3 жыл бұрын
thank you :)
@gvcallen3 жыл бұрын
Honestly I've probably watched this video around 4 times. Best explanation on the topic and a super good reference to hold on to. Thanks a lot!
@BrendanGalea3 жыл бұрын
Wow, thanks!
@janoskovacs94063 жыл бұрын
Thank you very much! I needed to rewind parts of the video to fully digest the idea, but finally i did. :) Please, keep up the quality work!
@BrendanGalea3 жыл бұрын
Ya Ive gotten some good feedback that maybe I went a little fast 😅 but really glad you were able to get it! This has definitely been the hardest video for me to make so far
@rootKLM3 жыл бұрын
Two videos in a week! So glad you're making this series, I was struggling a lot with the vulkan documentation before I found your videos!
@mrshodz2 жыл бұрын
great explanation. i love the visuals; it makes it so much easier to understand.
@BrendanGalea2 жыл бұрын
Thank you!! this was definitely the hardest video I've yet to make.
@Karmush2110 ай бұрын
Thank you so much for this video! Finally made me understand the perspective projection matrix
@samarthtandale9121 Жыл бұрын
Nice Explanation video !!! Somehow I had to watch in 2x to not get distracted and understand better
@jemmrich Жыл бұрын
Just wow. Fantastic explanation!
@Josh-kh1zp3 жыл бұрын
This is amazing!! I always wondered what was behind it, great Job!
@tomaszstanislawski4572 жыл бұрын
I think that both OpenGL and Vulkan use right-handed coordinate axis. The coordinates just differ by rotation by 180 degrees around x axis.
@MKULTRA_Victim_ Жыл бұрын
Currently learning basic math, but I watched this whole video for some reason and I really hope that someday I can understand it.
@theRPGmaster3 жыл бұрын
Thanks again for continuing the series! I have something important (potentially) to add about future 3D animations: the cube demo ran poorly for me, low framerate, creating an ugly jitter. Unusual, since my hardware is fairly fast. Fixed it by disabling the "apidump" layer I had defined in the "VK_INSTANCE_LAYERS" system environment variable. However, this made my framerate skyrocket to above 3000 FPS, making the spinning cube become an imperceivable blur. Your demo implementation is framerate dependent, I have since created a lightweight way to measure timing (delta) and adjust the speed of animations to any system. Just thought I should remind you of this just in case. I can provide my implementation if you'd like to use it. Edit: having apidump enabled will not only slow you down, but also spam the console on every api call. Hope it helps. Sorry for the long post!
@BrendanGalea3 жыл бұрын
Ya this is something I should have mentioned. The easiest way to limit frame rate for now is update the chooseSwapPresentMode function in the swapchain by commenting out the mailbox present mode, and using FIFO (vsync). Your solution is the ultimately correct one, where the game loop needs some timing mechanism. We'll cover the different methods of game loop timing pretty soon.
@mohsinmd26623 жыл бұрын
so clear and crisp. Thanks for this video
@BrendanGalea3 жыл бұрын
Glad you liked it!
@funny-f3i5p16 күн бұрын
If you know perspective projection already, this video is useful.
@krumss3 жыл бұрын
Very well explained!! Good work!! Look forward to your game engine and computer graphics series!!
@reengineer2497 Жыл бұрын
thank you so much for the explanation. thanks to you I also understood new things about z-fighting.
@allesfresser03 жыл бұрын
This channel is just awesome! Thank you so much.
@soolydooly1234 Жыл бұрын
finally a tutorial that actual explains the maths
@animationmann Жыл бұрын
This is a Beautiful Explanation
@robertomontalti3064 Жыл бұрын
I don't know why, but every explanation online of how and why the z order is preserved ends up in a shady and not very explanatory way. At 10:35 you literally made me get it instantly! thank you for this great content, keep it up brother!
@leiwang15662 жыл бұрын
It's very useful and eay to understand, thank you for your work.
@r.d.6536 Жыл бұрын
Wow, thank you so much for explaining these topics so well!
@ajaykumar-qw3qr2 жыл бұрын
Very nice and detailed explanation. Thank you for the video.👏
@BrendanGalea2 жыл бұрын
Glad it was helpful! Thanks!
@huetwastaken2 күн бұрын
I cant wait to learn all the theory in college and finally be able to understand and recreate it
@Director414 Жыл бұрын
Awesome video! Thanks a lot for this!
@philipbutler Жыл бұрын
homogeneous coordinates swooping in lmao. Great video! I've been meaning to understand this better for about a year now and finally searched it up and I'm thrilled to have found this, perfect for my level.
@Ryco1173 жыл бұрын
Thank you very much for making this quality tutorial series, I've been following along slowly for some time and really appreciate the detail and clarity. I will say that, for me personally, the videos which focus more on the mathematical background are less useful, but I may not be representative of the audience; just thought the feedback could be useful. Looking forward to more lessons!
@BrendanGalea3 жыл бұрын
Thank you! And I appreciate the feedback. It's good to know what's working for some people and what isn't. Well, some good news then is this is the most math heavy video for the foreseeable future. Tutorial 14 will have just a bit more and then it's predominantly coding after that point.
@dexterman63613 жыл бұрын
@@BrendanGalea Might wanna do a poll, I enjoyed this video! Helps me understand why I put in a matrix, without blindly copy-pasta-ing it :) I personally prefer both!
@BrendanGalea3 жыл бұрын
@@dexterman6361 - ya that's a good idea. Something I'll have to think about
@الإسلامدينالحق-خ5ت2 жыл бұрын
My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life kzbin.info/aero/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B- kzbin.info/www/bejne/bZWUZ3amjNVgpc0
@Sir_Pickle2 жыл бұрын
Amazing again, was nice to get to some theory.
@الإسلامدينالحق-خ5ت2 жыл бұрын
My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life kzbin.info/aero/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B- kzbin.info/www/bejne/bZWUZ3amjNVgpc0
@joyceji640011 ай бұрын
Amazing video to learn 3d projection!!
@aj-uo3uh2 жыл бұрын
This is actually a general derivation that holds for a skewed view frustrum. The picture shows a regular frustrum. Skewed frustra you need when you want to make a huge picture so that you have to chop up the initial regular frustrum.
@Lazullien2 жыл бұрын
this is the type of stuff you understand when you're learning it, but when you're programming it makes you wanna die
@BrendanGalea2 жыл бұрын
Hahaha ya exactly. The main problem is that you rarely get useful error messages as feedback. Things will just look wrong. My first school project working on projection matrices I was passing in the matrix in row major order and didn’t realize OpenGL wanted column major… took me hours to figure that one out
@BobrLovr11 ай бұрын
@@BrendanGalea any tips for getting my brain to actually work with all these different orderings? It's 99% of what i spend my time debugging in my brain
@void-fp9hq2 жыл бұрын
Thank you! Amazingly helpful video!!!
@atibyte5 ай бұрын
Nice explanation, thank you.
@tokyospliff3 жыл бұрын
That intro omfg 🔥🔥🔥🔥
@torljungberger24863 жыл бұрын
I think i finally get it! Thank you for this video
@openroomxyz2 жыл бұрын
Thanks! Very good explenation.
@kodesoul Жыл бұрын
I really really needed this video. Thank you !!!!!
@AmaanHasanDilawar2 жыл бұрын
This is what I was looking for...thank you.♥♥
@zilch.scienta Жыл бұрын
THIS WAS SO AWESOME! Keep up the great work!
@SreyRc3 жыл бұрын
Excellent video! Can't thank you enough!
@florisvanderhout26753 жыл бұрын
wow this is amazing thank you very much
@الإسلامدينالحق-خ5ت2 жыл бұрын
My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life.. kzbin.info/aero/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B- kzbin.info/www/bejne/bZWUZ3amjNVgpc0
@joaquinalvarez2830 Жыл бұрын
Amazing video but the "homogeneous coordinates to the rescue" part was what got me to click the button Like XD
@xanderlinhares Жыл бұрын
If you use the right-hand rule with X pointing to the right and Y pointing up, positive Z goes into the screen and -Z goes out. If that matches up, it is right-handed. Otherwise it is left.
@jungwisely1137 Жыл бұрын
Great video, making LA way more interesting to me personally
@ntsakoselaule86463 жыл бұрын
Love your explanations man, you make the documentation easy S/o
@_general_error3 жыл бұрын
Good explanation of the frustrum matrix... but I can imagine total newbies would not take much out of it, unless you show them some code and what effects can be achieved with manipulating the frustrum parameters. One thing which tripped me up is what are n and f values and how they are chooses... but this is probably just me not paying attention.
@Aurora124887 ай бұрын
This is almost the perfect derivation of perspective projection (especially since it includes both the off-axis and FOV versions!). However, I wish you would have talked more about why applying the first perspective transform gets us into a space that allows for trivially transforming with the orthographic projection matrix. It doesn't seem intuitive to me. Firstly, I think it would have helped to emphasize that multiplying by n and dividing by z actually turns the slanted edge of the frustum into the right-angled straight edge of the desired rectangular prism because everything on that will end up landing at the exact same x value (or y, for the top, respectively). Secondly, however, we should note that what we get after multiplying with our perspective matrix is *not* a 3D rectangular prism, since its components haven't been divided by the w component (i.e. z value) yet. It's a seemingly somewhat arbitrary 4-dimensional entity, and so it's unclear from my limited linear algebra skills why doing the perspective divide and then applying the orthographic projection is equivalent to doing the orthographic projection and then the perspective divide. There seems to be a deeper "truth" to homogeneous coordinate equivalence that is more than just a notational convenience. If you had touched a little on that, this would have been the de-facto, perfect explanation.
@Aurora124887 ай бұрын
Hmm, trying to figure it out more, it seems like the "divide-by-w" can really just be considered to be multiplying the matrix-vector multiplication by the scalar 1/w. And if you have a scalar a and a matrix-vector multiplication M times v, M[av] = a[Mv] (as well as [aM]v). I think that's the last piece of the puzzle.
@rutvikpanchal4663 жыл бұрын
New video, Awesome!
@emperor87162 ай бұрын
i really just watched this entire video even though it felt like someone was rambling into my ear while i was daydreaming 😂
@anonymous-random8 ай бұрын
This is a masterpiece. Thx!
@flameofthephoenix8395 Жыл бұрын
Great! I think I'll not watch it though; I've been for a few years just figuring this out mostly on my own, I don't really want to spoil anything for myself! I think I've figured out UV mapping or at least something akin to it, I figured that if you know which triangle a point is being projected from, then you can change the central point, in other words shift every 3d object's coordinates aside from Z position and reproject the point again, if you do this twice making sure that you're projecting to central positions such that the orthographic projection of the de-projected 3d point can't be on a line from the two 2d projected points, then you can now draw a line from the two projected positions to the point that was their central position, find the line intersection and you'll now have the X and Y coordinates of the de-projected point, all that's left is to simply figure the Z coordinate based on X and Y coordinates.
@blender6895 Жыл бұрын
thanks for great explaination
@simgamedev64233 жыл бұрын
Thank you so much!
@EnupGames2 жыл бұрын
But what's that?! It's homogeneous coordinates to the rescue! Love it!
@UncoveredTruths3 жыл бұрын
this is the video I wanted when i was in high school! unfortunately now i find this as a (qualified?) mathematician :P
@mediwise2474 Жыл бұрын
What type of mathematics to study to understand it
@sto2779 Жыл бұрын
Nice, I can use these math for making LiDAR sensors.
@abdullahpatel2120 Жыл бұрын
Right... Definitely understood what being said.
@alonsomartins7122 жыл бұрын
Era exatamente esse tipo de vídeo que eu tava procurando. Muito obrigado!! 👏😁 ➕1 subscriber!
@YashBhalgat2 жыл бұрын
I have been searching for a clear explanation of NDC system and the projective transformation. This is such a good video with illustrations that explain the concepts beautifully!
@silver-zero2 жыл бұрын
thank you so much for this
@karelknightmare67126 ай бұрын
So in the end the frustum matrix is simplified to a ‘pyramid’ matrix so that angles from the center are displayed with respect to their tangential value. Right? 😅
@rouge97r2 жыл бұрын
Just wow, thank you so much!!
@burgertron31932 жыл бұрын
I like how the video starts, but then it goes into Vulkan stuff when I'm just after the numbers.
@BrendanGalea2 жыл бұрын
Thanks! I tried to keep the vulkan stuff to a minimum but it is part of the tutorial series. But the theory aspects are pretty universal. Hope you still were able to find it useful!
@burgertron31932 жыл бұрын
@@BrendanGalea I think I got some useful information out of it? Still not sure what a matrix is though.
@adygadgets Жыл бұрын
nice video really
@mrshodz2 жыл бұрын
How does this matrix equation take into account the field of view? Also, how big is the frustum? What is the width and height of the near and far plane?
@aj-uo3uh2 жыл бұрын
These can be calculated from l,r,b,t.
@tapewormerbinkosti31412 жыл бұрын
Except 1 thing that I don't understand: from the final output of perspective projection matrix, do you need to divide x and y by w from the final output of perspective projection matrix to get the correct x and y? Thanks for potential answer 😊
@hawns3212 Жыл бұрын
No, in the shader when you set gl_position it will automatically divide by the w component.
@ZeonLP Жыл бұрын
you got me at "homogeneous coordinates to the rescue!" lmao
@dslbit23 жыл бұрын
omg, you are awesome!
@romanshvayko2113 жыл бұрын
Amazing
@pavelperina7629 Жыл бұрын
Interesting. I've tried to derive it using transform to ortogonal frustum first (far goes to one, near goes to near/far) and then solving equations to open the wedge and map right, near point to 1,0. One slight inaccuracy is z buffer precision. It's from times when z buffer was stored as fixed point number. Today it can be switched to floating point. Also range can be both -1 to 1 or 0 to 1 in modern OpenGL and z test can be negated.
@ESCAcarlos Жыл бұрын
awesome video!
@adygombos44692 жыл бұрын
i didn't understand shit but i still enjoyed it. maybe another day.
@DoctorOfMinecraft6 ай бұрын
how does the non linear z buffering effects the light calculations? or are they too small to care about?
@BrendanGalea6 ай бұрын
When doing light calculations you want to use the world space x,y,z values so the non linear z value (screen space) in the depth buffer does not play a role in the calculation. The z depth buffering value is only really used for determining which fragment is closest so only the ordering matters. However for some more advanced techniques such as screen space ambient occulsion or when using shadow maps the non linear z buffering does start to matter and is something that should be kept in mind. It’s a bit beyond the scope of a KZbin comment to be able to go into. But any good tutorial that depends on depth dependent information should cover how it is relevant in the context of the tutorials topic.