#include <...Point --> #include <...point
Again... Gano malefico.
This commit is contained in:
parent
07ae3a37fc
commit
a53f846189
|
@ -23,6 +23,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.7 2004/11/23 10:15:38 cignoni
|
||||||
|
removed comment in comment gcc warning
|
||||||
|
|
||||||
Revision 1.6 2004/11/03 09:25:52 ganovelli
|
Revision 1.6 2004/11/03 09:25:52 ganovelli
|
||||||
replaced Matrix44f to Matrix44<S>, added LookAt
|
replaced Matrix44f to Matrix44<S>, added LookAt
|
||||||
|
|
||||||
|
@ -53,8 +56,8 @@ creation
|
||||||
#ifndef __VCGLIB_SHOT
|
#ifndef __VCGLIB_SHOT
|
||||||
#define __VCGLIB_SHOT
|
#define __VCGLIB_SHOT
|
||||||
|
|
||||||
#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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue