Loads .glb foramt files, render as IBL method and capture in various angles.
ISO C++ 14 standard
- GLM: Calculations for OpenGL
- GLFW: Create window, context
- GLAD: Load functions
- Assimp: Load 3d models
- OpenCV: Image processing
stb_image.h: Load image files and proccess
- Check if all the links for the external libraries are set properly.
- You might need .dll files for 'OpenCV' and 'Assimp'.
- Rebuild in your environment if needed.
- Check string variables below for your paths.
- modelsLoc
- hdrLoc
- savePath
textureLoc
- Result images will be saved in the directories of your 'savePath'.
Almost of the codes for the rendering refer to 'Learn OpenGL'.