OpenGL Tutorial - 3 | Animation | OpenGL in C++ with the GLUT library

  Рет қаралды 78,238

The Pentamollis Project

The Pentamollis Project

Күн бұрын

Пікірлер: 64
@GetampedQuest
@GetampedQuest 4 жыл бұрын
bro, the fact that you take your time to actually go over and visually showing what process is happening is helping me so much. You earned yourself a subscriber =) keep it up!
@ThePentamollisProject
@ThePentamollisProject 4 жыл бұрын
I'm glad you liked my way of teaching. :)
@matt192
@matt192 6 жыл бұрын
Please make more tutorials on OpenGL!!! You're the best in this!
@ThePentamollisProject
@ThePentamollisProject 6 жыл бұрын
Stay tuned. You can expect the next part by next sunday.
@matt192
@matt192 6 жыл бұрын
The Pentamollis Project ok thanks
@krishnagavas6163
@krishnagavas6163 6 жыл бұрын
please add some more tutorials for beginners, your explanation is the best I've ever seen in this subject.
@ThePentamollisProject
@ThePentamollisProject 6 жыл бұрын
sorry for the 1 week delay, but the good news is that i just finished recording the 4th part and it will be uploaded in about an hour.
@krishnagavas6163
@krishnagavas6163 6 жыл бұрын
Okay Thank you🙌, I'm eagerly waiting for ur upcoming videos.
@sharankumar8988
@sharankumar8988 2 жыл бұрын
The best OpenGL tutorial in KZbin. Appreciate your hard work. Thank You!
@peterkaram7929
@peterkaram7929 3 жыл бұрын
3 years later and this is by far amazing keep one doing these series
@blessedponica8030
@blessedponica8030 2 жыл бұрын
Thanks a lot for your lessons. Very helpful! From Russia with love
@reggaedog1764
@reggaedog1764 5 жыл бұрын
Thanks a lot man! Imma second year CompSci student. Your tutorial helped a lot. Keep going!
@MichealEhuntsi
@MichealEhuntsi 8 ай бұрын
Same here
@odnankenobi
@odnankenobi 6 жыл бұрын
Wow, those tutorials were amazing! It was really nice to understand. Thanks for making these :D
@TrueSolutionsOfficial
@TrueSolutionsOfficial 2 жыл бұрын
it was a very impressive tutorial
@pulkitsupple6148
@pulkitsupple6148 Жыл бұрын
8:45 What range of coordinate system does open gl support ? 1 or 10?
@hilmilatip4563
@hilmilatip4563 3 жыл бұрын
Those are good explanations, however how different the procedures going to be if hierarchical modelling is used? Thank you.
@yuhjiunnlee3710
@yuhjiunnlee3710 4 жыл бұрын
can i get the faster refresh rate so that our eye didnt see the shaking?
@loranetwork
@loranetwork 3 жыл бұрын
do you happen to make figure using beziercurves, and animate them like for example, dont know a frog hopping left and right???
@akarshsamble5790
@akarshsamble5790 4 жыл бұрын
Hello can u make a video of creating n number of similar objects with a certain distance
@KozelPraiseGOELRO
@KozelPraiseGOELRO Жыл бұрын
I know it is a bit late (5 years) but does anyone know how to solve the problem of it not going down from 1 sec for each frame. (1 fps instead of 60 fps).
@MichealEhuntsi
@MichealEhuntsi 8 ай бұрын
Helped a lot thx man
@abilashreddy7828
@abilashreddy7828 3 жыл бұрын
Really loved the way u explain
@harrybud2117
@harrybud2117 5 жыл бұрын
Thank you for the tutorial! However, the animation still looks a little blurry. How can this be improved?
@pranavjibhakate5869
@pranavjibhakate5869 3 жыл бұрын
Very good tutorial my mind was blown really great explaination thanks a lot!!
@chawlajay111
@chawlajay111 3 жыл бұрын
Thanks man, for the detailed explanation of animation🤘🤘
@nafeysolutions4808
@nafeysolutions4808 5 жыл бұрын
thanks .. you sorted out alot for me
@김준우-i5n
@김준우-i5n 4 жыл бұрын
almost end of 2020, you saved my ass! Thanks!
@caioviniciusserpa8452
@caioviniciusserpa8452 5 жыл бұрын
man, very nice classes, i'm learning my semester in a week rsrsrs
@lamgoctam
@lamgoctam 5 жыл бұрын
Hello. do you know the function to stop the animation at any step we want such as only moving from left to right?
@Dhakshith1189
@Dhakshith1189 4 жыл бұрын
You can just stop calling the function "glutTimerFunc" inside timer, when you have found that you have reached the right side of the screen, or put another way, call "glutTimerFunc" until the square hits the right side.
@artichaudhari4393
@artichaudhari4393 Жыл бұрын
2023 attendance here👇🙋
@sridharshree5194
@sridharshree5194 5 жыл бұрын
Can't see the code because it looks blurred
@Dhakshith1189
@Dhakshith1189 4 жыл бұрын
Increase the video quality in settings
@hackein9435
@hackein9435 4 жыл бұрын
Thanks Bro, Nice TuT
@luan0432
@luan0432 3 жыл бұрын
muchisimas gracias :3, el vídeo fue de mucha ayuda para commpreser muchas cosas, eres el mejor :D
@mohamednaassi1333
@mohamednaassi1333 5 жыл бұрын
how i can do this with a for loop ?????????????????
@kamilszczepanek2141
@kamilszczepanek2141 5 жыл бұрын
I think that running animation in for loop wont give you the effect you might expect. But if you want to run this in an fixed amount of times, you could possibly call glutPostRedisplay() inside for loop. Inside you would have to prepare ifs and x_position proper assignment. But it updates the position with maximum speed allowed by your computing power inside for loop so I conclude it isn't good option. But there can't be good answer without properly specified question.
@ajayraut5983
@ajayraut5983 4 жыл бұрын
great video on animation
@flamingpheonix5231
@flamingpheonix5231 5 жыл бұрын
I believe u havent found an efficient coding solution to ur animation. U could have just made a velocity variable and changed the sign convention of it whenever it passes an x_pos of 18. U didnt need to use cases or a state variable. But still thanks for the video amazing tutorial!
@beetroot99
@beetroot99 5 жыл бұрын
great tutorial!! thank you :)
@akarshsamble5790
@akarshsamble5790 4 жыл бұрын
I meant to say cloning of object from one dimension to another
@titozhimomi234
@titozhimomi234 8 ай бұрын
Thank you🙏
@stevenfg4113
@stevenfg4113 3 жыл бұрын
Instead of glutTimerFunc(0,timer,0) in main function you could've just class the function timer(0), Because both of these works in the same way.
@annousabatal5280
@annousabatal5280 6 жыл бұрын
This is amazing!!!!!!!!!!!
@chandreshsingh2868
@chandreshsingh2868 4 жыл бұрын
Thank you sir this is so helpful.
@ThePentamollisProject
@ThePentamollisProject 4 жыл бұрын
You are welcome. Also, I'm a second year undergraduate so being called "sir" feels weird xD you can drop that. :)
@tebinaOTN
@tebinaOTN 6 жыл бұрын
you deserve more subs
@namlongpham5624
@namlongpham5624 3 жыл бұрын
bro I get so much things that were previously confusing af. U really shit on my prof for explaining stuff way better
@rohangumathanavar710
@rohangumathanavar710 5 жыл бұрын
Awsome..... I like it....
@bizarrapmusic
@bizarrapmusic 2 жыл бұрын
mine doesn't move no matter what i try lmao xD
@lskn56meir66
@lskn56meir66 4 жыл бұрын
thank youuu sooo muuchhhh!!!
@thomasziereis330
@thomasziereis330 3 жыл бұрын
thank you sir
@kaantastan5459
@kaantastan5459 5 жыл бұрын
can you share the source code
@anjaybruss
@anjaybruss 6 жыл бұрын
aamzing
@akio3524
@akio3524 4 жыл бұрын
thanks !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@FrostGamingHype
@FrostGamingHype 3 жыл бұрын
i onlay have glu and gl
@DanielOliveira00
@DanielOliveira00 3 жыл бұрын
Ah if I were fluent in English ... Not everything I can understand
@ZombStarcraft
@ZombStarcraft Жыл бұрын
And uh and um -1
@haedrip5520
@haedrip5520 7 жыл бұрын
First
@akio3524
@akio3524 4 жыл бұрын
Please make more tutorials on OpenGL!!! You're the best in this!
@akio3524
@akio3524 4 жыл бұрын
Please make more tutorials on OpenGL!!! You're the best in this!
@akio3524
@akio3524 4 жыл бұрын
Please make more tutorials on OpenGL!!! You're the best in this!
OpenGL Tutorial - 4 | Color and Translation | OpenGL in C++ with the GLUT library
21:17
Maths in OpenGL
18:07
The Cherno
Рет қаралды 87 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
New Graphics Library in C (Olive.c Ep.01)
1:58:46
Tsoding Daily
Рет қаралды 146 М.
Animated fireplace on DOS
36:27
FreeDOS
Рет қаралды 26 М.
OpenGL Course - Create 3D and 2D Graphics With C++
1:46:24
freeCodeCamp.org
Рет қаралды 1,1 МЛН
I tried coding my own graphics engine
4:23
Garbaj
Рет қаралды 215 М.
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 759 М.
Stop using std::vector wrong
23:14
The Cherno
Рет қаралды 157 М.