Use relative path to triangle.h
This commit is contained in:
parent
d728d45d70
commit
1509b9bd0e
@ -20,6 +20,7 @@
|
||||
#define B3_CLOTH_TRIANGLE_H
|
||||
|
||||
#include <bounce/cloth/cloth_collision.h>
|
||||
#include "bounce/cloth/cloth.h"
|
||||
|
||||
// A cloth triangle
|
||||
class b3ClothTriangle
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "triangle/triangle.h"
|
||||
#include "../../../../external/triangle/triangle.h"
|
||||
}
|
||||
|
||||
b3GarmentMesh::b3GarmentMesh()
|
||||
|
Loading…
x
Reference in New Issue
Block a user