Removed inclusion of gl extension stuff
This commit is contained in:
parent
dd22e28ce9
commit
66e7c5372e
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.5 2004/05/12 20:54:55 ponchio
|
||||
*** empty log message ***
|
||||
|
||||
Revision 1.4 2004/05/12 13:07:47 ponchio
|
||||
Added #include <glew.h>
|
||||
|
||||
|
@ -42,9 +45,11 @@ Revision 1.1 2004/03/31 15:27:17 ponchio
|
|||
#ifndef VCG_GL_MATH_H
|
||||
#define VCG_GL_MATH_H
|
||||
|
||||
// Please note that this file assume that you have already included your
|
||||
// gl-extension wrapping utility, and that therefore all the extension symbol are already defined.
|
||||
|
||||
#include <vcg/math/matrix44.h>
|
||||
#include <vcg/math/similarity.h>
|
||||
#include <GL/glew.h>
|
||||
|
||||
namespace vcg {
|
||||
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.7 2004/05/14 03:15:40 ponchio
|
||||
Added ViewLineFromModel
|
||||
|
||||
Revision 1.6 2004/05/12 20:55:18 ponchio
|
||||
*** empty log message ***
|
||||
|
||||
|
@ -56,7 +59,6 @@ y is upward!
|
|||
#include <vcg/space/plane3.h>
|
||||
#include <vcg/space/line3.h>
|
||||
#include <vcg/math/matrix44.h>
|
||||
#include <GL/glew.h>
|
||||
|
||||
namespace vcg {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue