Stupid useless normalization inserted by error.
This commit is contained in:
parent
75eca5e231
commit
77c0240737
|
@ -168,7 +168,7 @@ static void PerFace(ComputeMeshType &m)
|
||||||
RequirePerFaceNormal(m);
|
RequirePerFaceNormal(m);
|
||||||
for(FaceIterator f=m.face.begin();f!=m.face.end();++f)
|
for(FaceIterator f=m.face.begin();f!=m.face.end();++f)
|
||||||
if( !(*f).IsD() )
|
if( !(*f).IsD() )
|
||||||
f->N() = TriangleNormal(*f).Normalize();
|
f->N() = TriangleNormal(*f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue