diff --git a/Apps/Examples/simpleGMap3.cpp b/Apps/Examples/simpleGMap3.cpp index 63eb21ff309f19e857b7b76ff56cf088543eb497..d41f54c64079d774e331eb00ad3336e9b8cc305d 100644 --- a/Apps/Examples/simpleGMap3.cpp +++ b/Apps/Examples/simpleGMap3.cpp @@ -26,7 +26,7 @@ #include "Utils/GLSLShader.h" #include "Algo/Geometry/boundingbox.h" #include "Algo/Modelisation/primitives3d.h" -#include "Algo/Modelisation/subdivision3map.h" +#include "Algo/Modelisation/subdivision3.h" SimpleGMap3::SimpleGMap3() diff --git a/Apps/Examples/simpleMap3.cpp b/Apps/Examples/simpleMap3.cpp index 57a1f83a4611afbada28e66302b1655d958452ef..a695cc7c69ee8ce7d6c088934cbdefd3e7d8d4b6 100644 --- a/Apps/Examples/simpleMap3.cpp +++ b/Apps/Examples/simpleMap3.cpp @@ -26,7 +26,7 @@ #include "Utils/GLSLShader.h" #include "Algo/Geometry/boundingbox.h" #include "Algo/Modelisation/primitives3d.h" -#include "Algo/Modelisation/subdivision3map.h" +#include "Algo/Modelisation/subdivision3.h" SimpleMap3::SimpleMap3()