- Calculate normals (incorrectly for curved surfaces)

This commit is contained in:
Thomas Krijnen
2011-10-27 20:42:51 +00:00
parent ac155dc810
commit 5ef06dca64
3 changed files with 60 additions and 8 deletions
+1
View File
@@ -80,6 +80,7 @@ namespace IfcGeomObjects {
std::vector<float> verts;
std::vector<int> faces;
std::vector<int> edges;
std::vector<float> normals;
VertKeyMap welds;
IfcMesh(int i, const IfcGeom::ShapeList& s);