diff --git a/vcg/math/camera.h b/vcg/math/camera.h index 2656d394..e710d08a 100644 --- a/vcg/math/camera.h +++ b/vcg/math/camera.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.4 2004/10/07 14:39:57 fasano +Remove glew.h include + Revision 1.3 2004/10/07 14:22:38 ganovelli y axis reverse in projecting (!) @@ -45,8 +48,8 @@ creation #define __VCGLIB_CAMERA // VCG -#include -#include +#include +#include #include namespace vcg{ diff --git a/vcg/math/shot.h b/vcg/math/shot.h index 66d47e6a..7a063c5f 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.4 2004/10/07 14:41:31 fasano +Little fix on ViewPoint() method + Revision 1.3 2004/10/07 14:24:53 ganovelli added LookAt,LookToward @@ -47,8 +50,8 @@ creation // #include // #include // #include -#include -#include +#include +#include #include #include