added hn initialization in the trimesh constructor

This commit is contained in:
Paolo Cignoni 2012-04-04 09:53:54 +00:00
parent 93b4573910
commit 783aef369b
1 changed files with 2 additions and 1 deletions
vcg/complex

View File

@ -365,8 +365,9 @@ void Clear()
// textures.clear(); // textures.clear();
// normalmaps.clear(); // normalmaps.clear();
vn = 0; vn = 0;
en = 0; en = 0;
fn = 0; fn = 0;
hn = 0;
imark = 0; imark = 0;
attrn = 0; attrn = 0;
C()=Color4b::Gray; C()=Color4b::Gray;