Added #include <glew.h>
This commit is contained in:
parent
522f0025c7
commit
8a4f1f166f
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.3 2004/05/04 23:36:23 cignoni
|
||||||
|
remove include of gl and added glextgension exploiting,
|
||||||
|
|
||||||
Revision 1.2 2004/04/07 10:47:03 cignoni
|
Revision 1.2 2004/04/07 10:47:03 cignoni
|
||||||
inlined functions for avoid multiple linking errors
|
inlined functions for avoid multiple linking errors
|
||||||
|
|
||||||
|
|
@ -38,8 +41,8 @@ Revision 1.1 2004/03/31 15:27:17 ponchio
|
||||||
|
|
||||||
#include <vcg/math/matrix44.h>
|
#include <vcg/math/matrix44.h>
|
||||||
#include <vcg/math/similarity.h>
|
#include <vcg/math/similarity.h>
|
||||||
/// Note that this file assume that you have already included your
|
#include <gl/glew.h>
|
||||||
/// GLextesnion managing system
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
inline void glMultMatrix(const Matrix44f &matrix) {
|
inline void glMultMatrix(const Matrix44f &matrix) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue