Mercurial > hg > tweakathon2ios
diff UI code/3DboxGL.h @ 34:3af380769779
small fixes, logging now sensible.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 26 Nov 2014 14:04:05 +0000 |
parents | 75202498bee9 |
children |
line wrap: on
line diff
--- a/UI code/3DboxGL.h Tue Nov 25 18:37:54 2014 +0000 +++ b/UI code/3DboxGL.h Wed Nov 26 14:04:05 2014 +0000 @@ -12,12 +12,12 @@ #include <iostream> #include "3Dbox.h" #include "UIElement.h" - +#include "algorithms.h" //Universal function which sets normals for the triangle meshvoid void setNormals( ofMesh &mesh ); -float euclideanDistance(vector<float> v1, vector<float> v2); +//float euclideanDistance(vector<float> v1, vector<float> v2); class Leap3DBoxGL : public Leap3DBox { public: