Point?.h to point?.h
This commit is contained in:
parent
a66d6d3ebd
commit
e70b193cf0
|
|
@ -23,6 +23,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.4 2004/10/07 14:39:57 fasano
|
||||||
Remove glew.h include
|
Remove glew.h include
|
||||||
|
|
||||||
|
|
@ -48,8 +51,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{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue