We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c02995 commit ba89875Copy full SHA for ba89875
libs/openFrameworks/gl/ofMaterial.cpp
@@ -4,6 +4,7 @@
4
#include "ofCubeMap.h"
5
#include "ofImage.h"
6
#include "ofGLProgrammableRenderer.h"
7
+#include <typeinfo>
8
9
using std::shared_ptr;
10
using std::string;
libs/openFrameworks/gl/ofMaterial.h
@@ -3,6 +3,7 @@
3
#include "ofShader.h"
#include "ofConstants.h"
#include "glm/fwd.hpp"
+#include "glm/vec2.hpp"
enum ofMaterialTextureType: short{
OF_MATERIAL_TEXTURE_NONE=0,
libs/openFrameworks/types/ofColor.h
@@ -1,9 +1,10 @@
1
#pragma once
2
-#include "ofConstants.h"
+#include "glm/gtx/wrap.hpp"
+#include <iostream>
#include <limits>
-#include "glm/common.hpp"
/// \class ofColor_
///
0 commit comments