#include <...Point --> #include <...point

This commit is contained in:
Federico Ponchio 2004-10-22 14:29:40 +00:00
parent a231b2137c
commit 29b2d65bb3
2 changed files with 10 additions and 4 deletions

View File

@ -23,6 +23,9 @@
/**************************************************************************** /****************************************************************************
History History
$Log: not supported by cvs2svn $ $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 Revision 1.3 2004/10/07 14:22:38 ganovelli
y axis reverse in projecting (!) y axis reverse in projecting (!)
@ -45,8 +48,8 @@ creation
#define __VCGLIB_CAMERA #define __VCGLIB_CAMERA
// VCG // VCG
#include <vcg/space/Point3.h> #include <vcg/space/point3.h>
#include <vcg/space/Point2.h> #include <vcg/space/point2.h>
#include <vcg/math/similarity.h> #include <vcg/math/similarity.h>
namespace vcg{ namespace vcg{

View File

@ -23,6 +23,9 @@
/**************************************************************************** /****************************************************************************
History History
$Log: not supported by cvs2svn $ $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 Revision 1.3 2004/10/07 14:24:53 ganovelli
added LookAt,LookToward added LookAt,LookToward
@ -47,8 +50,8 @@ creation
// #include <vector> // #include <vector>
// #include <vcg/Matrix44.h> // #include <vcg/Matrix44.h>
// #include <vcg/Box3.h> // #include <vcg/Box3.h>
#include <vcg/space/Point2.h> #include <vcg/space/point2.h>
#include <vcg/space/Point3.h> #include <vcg/space/point3.h>
#include <vcg/math/similarity.h> #include <vcg/math/similarity.h>
#include <vcg/math/camera.h> #include <vcg/math/camera.h>