updated gennormal path

This commit is contained in:
Paolo Cignoni 2007-12-13 00:29:54 +00:00
parent d5cd26dfc3
commit 6427910afe
1 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.9 2005/11/12 06:47:18 cignoni
Added Enhancement, removed type warnings,
started to refactor code in order to remove the unnecessary generality of the class.
Revision 1.8 2004/09/28 09:45:17 cignoni Revision 1.8 2004/09/28 09:45:17 cignoni
Added MapFalseColor Added MapFalseColor
@ -57,7 +61,7 @@ Added GPL comments
#include <vcg/math/matrix44.h> #include <vcg/math/matrix44.h>
#include <wrap/gl/math.h> #include <wrap/gl/math.h>
#include "simplepic.h" #include "simplepic.h"
#include "gen_normal.h" #include <vcg/math/gen_normal.h>
namespace vcg { namespace vcg {
// Base Class che definisce le varie interfaccie; // Base Class che definisce le varie interfaccie;