diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 14:16:20 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 14:16:20 +0000 |
commit | aaaa2a989103a5f738d629f7dabed95247cea469 (patch) | |
tree | 7d9b3660a50e347693c81f2db873aea25ba9e796 /graphics/structuresynth | |
parent | d317dcef6e741e082eaefe6d86c3a23ae72606d3 (diff) |
Notes
Diffstat (limited to 'graphics/structuresynth')
-rw-r--r-- | graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Raytracer__RayTracer.cpp | 11 | ||||
-rw-r--r-- | graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Sphere.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Raytracer__RayTracer.cpp b/graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Raytracer__RayTracer.cpp new file mode 100644 index 000000000000..73940063bde5 --- /dev/null +++ b/graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Raytracer__RayTracer.cpp @@ -0,0 +1,11 @@ +--- ./SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp~ 2012-05-20 01:28:31.000000000 -0300 ++++ ./SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp 2012-05-20 01:28:47.000000000 -0300 +@@ -7,6 +7,8 @@ + #include "SyntopiaCore/Logging/Logging.h"
+ #include "SyntopiaCore/Misc/MiniParser.h"
+
++#include <GL/glu.h>
++
+ using namespace SyntopiaCore::Math;
+ using namespace SyntopiaCore::Misc;
+
diff --git a/graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Sphere.h b/graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Sphere.h new file mode 100644 index 000000000000..671be4a09ccb --- /dev/null +++ b/graphics/structuresynth/files/patch-SyntopiaCore__GLEngine__Sphere.h @@ -0,0 +1,11 @@ +--- ./SyntopiaCore/GLEngine/Sphere.h~ 2012-05-20 01:25:41.000000000 -0300 ++++ ./SyntopiaCore/GLEngine/Sphere.h 2012-05-20 01:25:59.000000000 -0300 +@@ -3,6 +3,8 @@ + #include "SyntopiaCore/Math/Vector3.h"
+ #include "Object3D.h"
+
++#include <GL/glu.h>
++
+ namespace SyntopiaCore {
+ namespace GLEngine {
+
|