fix stb_image.h include path to be consistent.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include "../ImportObjDemo/Wavefront2GLInstanceGraphicsShape.h"
|
#include "../ImportObjDemo/Wavefront2GLInstanceGraphicsShape.h"
|
||||||
#include "../../Utils/b3ResourcePath.h"
|
#include "../../Utils/b3ResourcePath.h"
|
||||||
#include "Bullet3Common/b3FileUtils.h"
|
#include "Bullet3Common/b3FileUtils.h"
|
||||||
#include "../../ThirdPartyLibs/stb_image/stb_image.h"
|
#include "stb_image/stb_image.h"
|
||||||
#include "../ImportObjDemo/LoadMeshFromObj.h"
|
#include "../ImportObjDemo/LoadMeshFromObj.h"
|
||||||
bool b3ImportMeshUtility::loadAndRegisterMeshFromFileInternal(const std::string& fileName, b3ImportMeshData& meshData)
|
bool b3ImportMeshUtility::loadAndRegisterMeshFromFileInternal(const std::string& fileName, b3ImportMeshData& meshData)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ subject to the following restrictions:
|
|||||||
#include "../Importers/ImportURDFDemo/UrdfParser.h"
|
#include "../Importers/ImportURDFDemo/UrdfParser.h"
|
||||||
#include "../SharedMemory/SharedMemoryPublic.h"//for b3VisualShapeData
|
#include "../SharedMemory/SharedMemoryPublic.h"//for b3VisualShapeData
|
||||||
#include "../TinyRenderer/model.h"
|
#include "../TinyRenderer/model.h"
|
||||||
#include "../ThirdPartyLibs/stb_image/stb_image.h"
|
#include "stb_image/stb_image.h"
|
||||||
|
|
||||||
struct MyTexture2
|
struct MyTexture2
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user