tetgen 1.5

This commit is contained in:
Alec Jacobson
2014-04-16 15:08:24 -04:00
parent 43ca163d27
commit 6be76c00d1
26 changed files with 16869 additions and 18147 deletions
+4 -1
View File
@@ -252,7 +252,10 @@ void display()
glMaterialfv(GL_FRONT_AND_BACK, GL_SPECULAR, SILVER_SPECULAR);
glMaterialf (GL_FRONT_AND_BACK, GL_SHININESS, 128);
vector<Quaterniond> dQ(BE.rows(),Quaterniond::Identity()),vQ;
typedef std::vector<
Eigen::Quaterniond,Eigen::aligned_allocator<Eigen::Quaterniond> >
RotationList;
RotationList dQ(BE.rows(),Quaterniond::Identity()),vQ;
vector<Vector3d> vT;
Matrix3d A = Matrix3d::Identity();
for(int e = 0;e<BE.rows();e++)