I sleep well at night, knowing that even if no one in the world got me, some random indian dude got me.
@romanmgelman3 жыл бұрын
Dude, you explain the API better than the standard documentation haha. Indian KZbinrs to the rescue!
@pawanbhardwajnp44753 жыл бұрын
lol you explain all functions way better than my class teacher in my collage, this is really good ,Thank you.
@hafizmfadli4 жыл бұрын
thank you, this is what i need for the final exam ( 4 hours to final exam ) :D
@sreenathharikumar21636 жыл бұрын
Thank you for your class this is very helpful for students like me in college graphics lab
@supersakib623 жыл бұрын
Help! My background color doesn't change to Yellow, it is black still. I wrote the code exactly as you did.
@srinivasanb19615 жыл бұрын
Wonderful C++ OpenGL tutorial. Thank you.
@yaelhunter4623 жыл бұрын
I dont mean to be off topic but does any of you know a tool to log back into an instagram account?? I stupidly forgot my account password. I appreciate any tricks you can offer me!
@vincenzomekhi7143 жыл бұрын
@Yael Hunter instablaster =)
@yaelhunter4623 жыл бұрын
@Vincenzo Mekhi thanks for your reply. I found the site through google and im waiting for the hacking stuff atm. I see it takes a while so I will reply here later with my results.
@yaelhunter4623 жыл бұрын
@Vincenzo Mekhi It worked and I finally got access to my account again. I am so happy:D Thanks so much, you really help me out!
@vincenzomekhi7143 жыл бұрын
@Yael Hunter you are welcome xD
@andr33182 жыл бұрын
my window is still black, and only gets another color when resized. Can yall help me?
@barty200yt65 жыл бұрын
Great Tutorial but for some reason it won't let me change the colour of the background
@anushamathew19164 жыл бұрын
same here ...its not changing the background color
@barty200yt64 жыл бұрын
@Neeradha k No I haven't figured it out
@anushamathew19164 жыл бұрын
@Neeradha k mine background color got changed when i created 1st object ....
@anushamathew19164 жыл бұрын
@Neeradha kIn display part while creating objects example:- glBegin(GL_POLYGON); glEnd(); add these 2 lines in display part just try i got it Try this
@anushamathew19164 жыл бұрын
@Neeradha k you're welcome 😀
@legacywolf443 Жыл бұрын
Best tutorial I found so far :3
@adithyapandiri2513 жыл бұрын
Very good explanation. Please make more tutorials
@JordanRouss10 ай бұрын
THANK YOU FOR THIS VIDEO, IT WAS REALLY HELPFUL
@anthonysegers014 жыл бұрын
Excellent Job. Thank You!
@godessGOAT3 жыл бұрын
default window color change didn't work for me
@vyga2202 жыл бұрын
Hi, glClearColor(1.0,1.0,0.0,1.0); does not changing the background color for me. Any idea. I am using freeglut.
@Ummler2 жыл бұрын
Hey, im using freeglut too. For me it worked when i wrote: glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGBA); instead of glutInitDisplayMode(GLUT_RGB);
@Blodstream Жыл бұрын
for me, in Dev C++ at least, you have to put return 0; ate the end of the main function, or the window won't open
@godadawgashaw49655 жыл бұрын
thanks very much for good tutorial.it is very important so you have to continue
@alexissuarezalvarez56224 жыл бұрын
Hola, ¿cómo puedo colorear los números? Si, por ejemplo, quiero que sea verde o naranja, sé qué números debo plantear como argumento.
@zezaway6 жыл бұрын
Great tutorial man, really helpfull!!
@100Palavr5 жыл бұрын
É nois..
@Oonsy_6 жыл бұрын
Whenever I went to compile I got an error that says "error: ld returned 1 exit status" it also says something about "cannot find -lfreeglut" do you know the solution to this problem
@marcelkamper79945 жыл бұрын
In case you still need help and you are using gcc/g++ as compiler: g++ -lGL -lglut main.cpp
@veeresh_225 жыл бұрын
@@marcelkamper7994 hey buddy can u plz explain more about your solution
@marcelkamper79945 жыл бұрын
@@veeresh_22 He said that he had trouble compiling his project. I compile my OpenGl/glut projects on my linux machine with the following command:"gcc -lGL -lglut ". If it's a c++ project, you'd have to use g++ instead of gcc as a compiler. The -lGL and -lglut parameters are needed because the compiler needs to link the libraries.
@leezz55085 жыл бұрын
In case you still need help, I had the same problem before my code compiled properly. This video shows you how to set up visual studio properly. kzbin.info/www/bejne/bqGaZ6OAqLqDapY
@Impulse_Photography5 жыл бұрын
you must add Glut libraries in Setting > Linker
@Timsus4042 жыл бұрын
bro my window is still black even after adding init function.
@ManpreetSingh-bk7yc2 жыл бұрын
are you able to solve error?
@muhammadwahyuramadhan77303 жыл бұрын
Amazing! Thanks bro
@cleisonsousa9503 жыл бұрын
Hi, make a tutorial on how to configure/install glut/freeglut please
@zero-by-zero3 жыл бұрын
I wish this tutorial were created for modern openGL. In 2019 why you created for old style openGL? You should have picked openGL 3.3 or later.
why there is nothing for lightining effect and textures :(
@TheObserver888883 жыл бұрын
for a moment there I thought you were about to write 3 inch...
@MagTomcio5 жыл бұрын
Good Job :D
@orishmueli29216 жыл бұрын
make ine more plz !!!
@Miles-co5xm3 жыл бұрын
indian noticed in one second :)
@annantogourob71954 жыл бұрын
Thanks a lot
@alexthelion3354 жыл бұрын
Did I hear among us in the background?
@jktech21173 жыл бұрын
this game wasnt released in the time of the video... so... probably something similar... and among us is a normal expression to say.. and more games used this two words inside their names
@floater70824 жыл бұрын
Huh weird. Your using code blocks so normally you should include at the start but I guess you don't have to. weird.
@ThePentamollisProject4 жыл бұрын
glut.h already includes windows.h
@floater70824 жыл бұрын
@@ThePentamollisProject Thank you for notifying me.
@TheCheekyPotato6 жыл бұрын
This is very old OpenGL. I suggest you learn how VBOs and GLSL works instead of doing a tutorial on fixed function old GL.
@aaronbergman91966 жыл бұрын
actually this is great, at university im only allowed to use old OpenGL, and not allowed to use anything to do with the updated versions, VBO and GLSL or GLFW, drives me nuts
@NPT954 жыл бұрын
Put on mute, turn on captions and you're good to go :D
@bernardev3 Жыл бұрын
0:10 - 1:30 Stop saying "UM"
@harshjain42564 жыл бұрын
Finally an indian
@nintendu644 жыл бұрын
If there is no earrape mic intro, audible clicks from keyboard/mouse, and strong Indian accent can you even trust the information to be accurate?
@hitnrun664 жыл бұрын
had to put playback speed to .75 XD no offense but you talk rreally fast and it was hard to keep up lol
@ahmadbodayr72032 жыл бұрын
thanks so muh bro , if you are not muslim friend read about islam❤