Someone who knows what their talking about ! Thanks alot.
@tanuvishu11 жыл бұрын
This is one of the best tutorials for vertex and fragment shaders
@rodrigoreichert58458 жыл бұрын
Your videos are brilliant. I've been trying to get my head around modern opengl and these videos finally got me to understand it all. I've watched the Lynda's tutorial on opengl, read over various blogs and online tutorials, none really made sense, most of them regurgitated the same information, like reading a dictionary, and speed running through code without proper background. Thank you for taking the time to create and share these videos.
@jeffchastine8 жыл бұрын
+Rodrigo Reichert Glad you liked them!
@vertigo69826 жыл бұрын
Thank you for making this video.. im watching an OpenGL series right now and they totally skipped over doing a quick run-thru of how OpenGL works.. This video is of great help.
@lewisb86348 жыл бұрын
Great video, I really appreciate you creating and uploading this! There are many tutorials or videos, that just go straight in with an example that are created in the sort of: "Then type this, and then this, and once you've done that, type this" format. These tutorials will get you a triangle sure, but they don't get anywhere really close to getting people the knowledge and basic understanding needed to be able to work freely with this code, and create anything you want from it. This tutorial is different, in that you've explained why and when things are used, but this can be applied to anything and you don't talk about something specific that you are creating. I like this! Thanks again, have a good day.
@trevor266productions9 жыл бұрын
Dude I want you to know that for about 3 months I have been unable to get my OpenGL stuff to work, I had it working in 5 minutes following this series so far, your explanations are crystal clear and straight to the point. Thank you so much for making this series and I look forward to learning more :)
@jeffchastine35369 жыл бұрын
and THAT is why I made them :) Glad it helped!
@halabihazem11 жыл бұрын
Thanks for making this video. This is the best intro video I've found for OpenGL shaders.
@spardaks2 жыл бұрын
Clear concept explanation and high efficency!
@anthonysegers015 жыл бұрын
Great Job! Your OGL presentations are PERFECT! Thank You!
@BogusLarry11 жыл бұрын
Thanks for explaining it from the ground up man. Really helped me.
@jeffchastine11 жыл бұрын
Glad it helped!
@karolinr910 жыл бұрын
I love the short and consise tutorial. Thank you :) Cleared things up!
@hoomanseyfi19417 жыл бұрын
Thank you. your explanation is so easy to understand and so helpful
@christheother908810 жыл бұрын
Top notch work. Thank you.
@jeffchastine10 жыл бұрын
My pleasure!
@xzibiting4 жыл бұрын
Out of curiosity you stated you could set a shader to a specific model, but how does that work exactly? Just trying to understand how shaders work overall
@PraveenMax6 жыл бұрын
Good explanation of opengl shaders!
@jeffchastine6 жыл бұрын
Glad it helped!
@viratsingh595510 жыл бұрын
Great intro, thank you very much!
@jeffchastine10 жыл бұрын
My pleasure :)
@vertigo69826 жыл бұрын
btw does glLinkProgram() take in more than one param for prog ID? that is.. does it take in both shader IDs at once or do you call glLinkProgram each time for each shader being used with a different ID.
@HiAdrian10 жыл бұрын
Brilliant in clarity and delivery, I'll definitely check out your other videos. It almost seems to me as if a lot of OpenGL lessons are presented in a deliberately convoluted manner. Maybe this artificial entry barrier offers employment security, I don't know. I've even tried the oft recommended _OpenGL® Programming Guide, Version 4.3_ and it's filled with typos (English), very ugly C++ code and a generally chaotic progression of topics. I'm glad I didn't pay for it.
@jeffchastine10 жыл бұрын
Glad you enjoyed them!
@oonmm10 жыл бұрын
I rite those book for living this is no good vido! I need make money is my life! Ples stop giveing this away for free!
@monmomo0411 жыл бұрын
great tutorial
@mejaimounir99227 жыл бұрын
hope i can make more than one like keep going bro
@MateusChagasSousa11 жыл бұрын
nice tutorial dude! Thank you
@redstonechoi6 жыл бұрын
Awesome
@amruthasrinivasan37549 жыл бұрын
Can you please share the link to the source code.
@srhalnon11 жыл бұрын
im pretty sure openGL does support quads. glBegin(GL_QUADS); and than you just load in the verts.
@jeffchastine11 жыл бұрын
I know this is true in early versions of OpenGL, but I believe they did away with glBegin().
@srhalnon11 жыл бұрын
hmmm. than i wonder what im using. it said 4.1 in the terminal when i checked earlier. i wasnt using shaders though. (figuring out that part now :p)
@cousinskitchen26 жыл бұрын
I thought openGL supports quads?
@abderrahmanemihoub84848 жыл бұрын
thanks bro
@jeffchastine8 жыл бұрын
No problem, and hope it helped!
@Cihadyldz11 жыл бұрын
really hard to understand it is hard topic and he explains very fast
@SlashXel10 жыл бұрын
i ve been scripting in game maker and... i understood nothing :D guess i have to watch it 10 more times