Error in color
This commit is contained in:
parent
5e8b06d5cd
commit
d7d79a8867
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.1 2004/03/29 08:36:26 cignoni
|
||||||
|
First working version!
|
||||||
|
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#ifndef __VCG_VERTEX_PLUS_COMPONENT
|
#ifndef __VCG_VERTEX_PLUS_COMPONENT
|
||||||
|
@ -134,7 +137,7 @@ private:
|
||||||
ColorType _color;
|
ColorType _color;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class T> class Color3c: public Color<vcg::Point3<char>, T> {};
|
template <class T> class Color4b: public Color<vcg::Color4b, T> {};
|
||||||
|
|
||||||
/*-------------------------- Quality ----------------------------------*/
|
/*-------------------------- Quality ----------------------------------*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue