include color4

This commit is contained in:
Paolo Cignoni 2004-05-12 12:50:20 +00:00
parent eeb8bf47f3
commit 522f0025c7
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.10 2004/05/10 14:01:09 ganovelli
assert(i*0) for using "i" and preventing the compiler warning for unreferenced variable
Revision 1.9 2004/05/10 13:19:38 cignoni
Added mandatory template params for edge and face class names to the face class
Changed type of return face pointer to the one passed by templ params
@ -60,6 +63,7 @@ First commit...
#include <vcg/space/box3.h>
#include <vcg/space/tcoord2.h>
#include <vcg/space/triangle3.h>
#include <vcg/space/color4.h>
#include <vcg/space/plane3.h>
#include <vcg/simplex/face/topology.h>