Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLB Load Capture

Loads .glb foramt files, render as IBL method and capture in various angles.

Tech spec

ISO C++ 14 standard

Dependencies

  • 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

Before Execution

  • 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'.

Notes

Almost of the codes for the rendering refer to 'Learn OpenGL'.

About

Load .glb file and render with PBR, capture in various angles.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages