fix stb_image.h include path to be consistent.

This commit is contained in:
Erwin Coumans
2017-06-22 08:09:33 -07:00
parent 9213f944f1
commit 97f6a161f1
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
#include "../ImportObjDemo/Wavefront2GLInstanceGraphicsShape.h"
#include "../../Utils/b3ResourcePath.h"
#include "Bullet3Common/b3FileUtils.h"
#include "../../ThirdPartyLibs/stb_image/stb_image.h"
#include "stb_image/stb_image.h"
#include "../ImportObjDemo/LoadMeshFromObj.h"
bool b3ImportMeshUtility::loadAndRegisterMeshFromFileInternal(const std::string& fileName, b3ImportMeshData& meshData)
{

View File

@@ -34,7 +34,7 @@ subject to the following restrictions:
#include "../Importers/ImportURDFDemo/UrdfParser.h"
#include "../SharedMemory/SharedMemoryPublic.h"//for b3VisualShapeData
#include "../TinyRenderer/model.h"
#include "../ThirdPartyLibs/stb_image/stb_image.h"
#include "stb_image/stb_image.h"
struct MyTexture2
{