OpenGL Tutorial 13 Model Loading
YOUR LINK HERE:
http://youtube.com/watch?v=AB_f4slL2H0
In this tutorial I'll show you how to make a Model class which will be able to load 3D assets into your OpenGL program. • Source Code Models • https://github.com/VictorGordan/openg... • JSON library • https://github.com/nlohmann/json • OpenGL Documentation • https://www.khronos.org/registry/Open... • glTF Specification • https://github.com/KhronosGroup/glTF/... • Godot Article on the glTF file format • https://godotengine.org/article/we-sh... • Discord Server • / discord • Patreon • / victorgordan • Timestamps • 0:00 Introduction • 0:19 Small Note on 3D Models • 0:59 JSON Library • 01:13 Model Header • 01:35 Model.cpp File • 01:45 JSON File Structure • 02:02 Getting the Binary Data • 02:39 glTF File Structure • 05:00 getFloats() and getIndices() • 07:41 Grouping Functions • 07:51 assembleVertices() • 08:22 Modifying the Texture Class • 08:54 getTextures() • 10:22 loadMesh() • 10:55 Matrix Transformations Explanation • 11:26 traverseNode() Declaration • 12:00 Modifying the Mesh Class • 12:13 Modifying the Vertex Shader • 12:47 traverseNode() Writing • 13:50 Modifying the Main.cpp File • 14:00 Examples of Models • 14:33 Comments Ending • References • https://github.com/KhronosGroup/glTF • https://github.com/KhronosGroup/glTF-... • https://sketchfab.com/3d-models/grind... • https://sketchfab.com/3d-models/woode... • https://sketchfab.com/models/22f8b8b0... • https://sketchfab.com/models/1dd79bb9... • • #opengl #opengltutorial #computergraphics #cpp #visualstudio
#############################
