removed vertex color and vertex normal from the capabilities of this format. They are not safe
This commit is contained in:
parent
f9538e9f56
commit
0a8997ef8d
|
@ -223,12 +223,12 @@ public:
|
||||||
int capability = 0;
|
int capability = 0;
|
||||||
|
|
||||||
//vert
|
//vert
|
||||||
capability |= Mask::IOM_VERTNORMAL;
|
//capability |= Mask::IOM_VERTNORMAL;
|
||||||
capability |= vcg::tri::io::Mask::IOM_VERTCOLOR;
|
//capability |= vcg::tri::io::Mask::IOM_VERTCOLOR;
|
||||||
|
|
||||||
////wedg
|
////wedg
|
||||||
capability |= Mask::IOM_WEDGTEXCOORD;
|
capability |= Mask::IOM_WEDGTEXCOORD;
|
||||||
capability |= Mask::IOM_WEDGNORMAL;
|
//capability |= Mask::IOM_WEDGNORMAL;
|
||||||
|
|
||||||
return capability;
|
return capability;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue