Tutorial 9 - Coordinate Systems in OpenGL

  Рет қаралды 30,529

Jeffrey Chastine

Jeffrey Chastine

Күн бұрын

Пікірлер: 31
@NeevekEst
@NeevekEst 7 жыл бұрын
This is the best OpenGL tutorial I have ever seen.
@jeffchastine
@jeffchastine 7 жыл бұрын
Glad you guys like it!
@AhmedSam
@AhmedSam 5 жыл бұрын
This is the best introductory tutorial for OpenGL. Can't believe others couldnt elaborate it that easily.
@oletugsadaydin8921
@oletugsadaydin8921 5 жыл бұрын
I have seen many tutorials on this subject but, this one is the most clean explanation among them. You deserve more attention. Bravo.
@alexfreitag1881
@alexfreitag1881 9 жыл бұрын
Amazing. Describes the most important concepts in a graphics class in 7 minutes rather than several hours of lectures.
@asrulsudiar5589
@asrulsudiar5589 3 жыл бұрын
This is the best tutorial for learning openGL even I am now study this in 2021. Thanks a lot Jeffry
@psun256
@psun256 4 жыл бұрын
Clean, clear, and really gives understanding. 10/10, especially considering the time you did it in.
@Timo-Epis
@Timo-Epis Ай бұрын
omg i love you, this is the intro i needed into this topic
@gilbertnordhammar3677
@gilbertnordhammar3677 5 жыл бұрын
After seeing this tutorial, it seriously frustrates me why most other tutorials don't explain this subject as clearly. In other words, really nice tutorial!
@weekipi5813
@weekipi5813 3 жыл бұрын
In reality what happens with the projection matrix is to transform coordinates to clip space, then from that they will be diveded to w to get to the NDC system. After having had NDC, there is even one more transformation to screen space, and that is when fragment shader start to execute.
@vikramadityakukreja4795
@vikramadityakukreja4795 9 жыл бұрын
Seriously a very good tutorial ! Will watch your other vids as well. Thanks!
@jeffchastine
@jeffchastine 9 жыл бұрын
+Vikramaditya Kukreja Thanks!
@dn5426
@dn5426 8 жыл бұрын
You're awesome you compressed a long text tutorial into 7min video!
@kheartztv
@kheartztv 4 жыл бұрын
Good tutorial. Just wanted to mention one thing. The result of the multiplying the projection matrix with the modelview matrix is actually in clip-space. gl_Position therefore is in clip-space. After the vertex shader, OpenGL will perform perspective divide (dividing by w) to transform to NDC (followed by viewport transformation to map from NDC-space to screen-space). See www.khronos.org/opengl/wiki/Vertex_Post-Processing .
@kkirubanantham
@kkirubanantham 8 жыл бұрын
Your videos are real good, keep up the good work.
@researchandbuild1751
@researchandbuild1751 Жыл бұрын
I think we forgot to talk about the screen matrix...that projection matrix eventually has to end up on the screen. Seems we need another matrix to change projection to actual screen pixels.
@snaker90
@snaker90 9 ай бұрын
Clearly! Thank you!
@vagueanxiety42
@vagueanxiety42 6 жыл бұрын
Great tutorials, thank you.
@foreversleepy4379
@foreversleepy4379 5 жыл бұрын
I get that the camera never moves in the camera space, but the camera has a world space position, so does the camera actually move within world space?
@jeffchastine
@jeffchastine 5 жыл бұрын
When you see any "movement" in world space (or even rotating the camera), it's the world that moves around the camera. I would say "It's not the spoon that bends, but you" - but that's been done :)
@AshwinKolhe
@AshwinKolhe 8 жыл бұрын
Very well made tutorials! You should make tutorials on the recent Vulkan API as well.
@jeffchastine
@jeffchastine 8 жыл бұрын
Thanks! I'll leave the Vulkan tutorials to you :)
@sanjeevakaalex
@sanjeevakaalex 8 жыл бұрын
Hey Jeffrey, Thank you so much for these tut, only one question why have you stopped making more tutorial?
@hengyongming3676
@hengyongming3676 3 жыл бұрын
Thanks really helpful!
@sunsunshine7607
@sunsunshine7607 9 жыл бұрын
Thanks,it is the best tutorial
@jeffchastine
@jeffchastine 9 жыл бұрын
Sun Sunshine Glad you liked it
@umitaykurt852
@umitaykurt852 9 жыл бұрын
Great tutorial , it helped a lot , thank you
@npip99
@npip99 11 жыл бұрын
What happened to tutorial #8?
@jeffchastine
@jeffchastine 11 жыл бұрын
It's there - it's an Index Buffer code example. Tutorial 8 - Index Buffer Code Example in OpenGL (code)
@remuss7
@remuss7 11 жыл бұрын
Thanks,man!
@sameerasalameh301
@sameerasalameh301 9 жыл бұрын
you rock \m/
Tutorial 5 - Vertex Buffers in OpenGL
13:13
Jeffrey Chastine
Рет қаралды 39 М.
Tutorial 12 - Lighting in OpenGL
13:00
Jeffrey Chastine
Рет қаралды 54 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
Tutorial 10 - Introduction to Matrix Math in OpenGL
9:27
Jeffrey Chastine
Рет қаралды 22 М.
Tutorial 3 - Introduction to OpenGL Shaders
6:02
Jeffrey Chastine
Рет қаралды 86 М.
Tutorial 7 - Index Buffers in OpenGL
7:02
Jeffrey Chastine
Рет қаралды 16 М.
Model View Projection Matrices
16:29
Jamie King
Рет қаралды 96 М.
Tutorial 6 - Vertex Buffers in OpenGL (code)
5:29
Jeffrey Chastine
Рет қаралды 21 М.
Tutorial 11 - Introduction to Vectors
12:18
Jeffrey Chastine
Рет қаралды 14 М.
Tutorial 16 - Texture Mapping in OpenGL
14:33
Jeffrey Chastine
Рет қаралды 88 М.
Tutorial 2 - Hello, OpenGL!
3:44
Jeffrey Chastine
Рет қаралды 29 М.
Tutorial 4 - Introduction to Shaders in OpenGL (code)
3:46
Jeffrey Chastine
Рет қаралды 34 М.
Projection Matrices in OpenGL
20:10
The Cherno
Рет қаралды 106 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН