From e70b193cf028a020d0862a048f2a33236a848da0 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 3 Nov 2004 09:40:53 +0000 Subject: [PATCH] Point?.h to point?.h --- vcg/math/camera.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/math/camera.h b/vcg/math/camera.h index 4d301094..92fbddcd 100644 --- a/vcg/math/camera.h +++ b/vcg/math/camera.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.6 2004/11/03 09:32:50 ganovelli +SetPerspective and SetFrustum added (same parameters as in opengl) + Revision 1.4 2004/10/07 14:39:57 fasano Remove glew.h include @@ -48,8 +51,8 @@ creation #define __VCGLIB_CAMERA // VCG -#include -#include +#include +#include #include namespace vcg{