Install stb_image.h

  1. Create a stb directory in your include directory

  2. Save stb_image.h to your stb/stb_image.h

  3. In Mesh.cpp, in the header files section, add

#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>

Last updated