LabA 03 Meshes and Scene Graphs
Key points
Load mesh models
Draw mesh models
Organise models in a Scene Graph
Source code
Startup project with Assimp (Vistudio 2022) with updated CMakeLists.txt and the model files
CMakeLists.txt Update
CMakeLists.txt has been updated to fix the copy dll bug.
Consistent relative path to shaders and models used by Visual Studio and VSCode are now supported. As this update is made after the completion of this lab guide, you need to manually update CMakeLists.txt and revise related code.
Downloads
cube.obj and teapot.obj, please put the models folder in your project folder

Tutorial
Scene graph
Loading model with Assimp (optional)
PreviousT2.5 [opt] Pyramid and interactive rotation with keyboardNextConfigure Assimp in your project
Last updated