- removal of sse2 compiler flags for better compatibility

- added workings for a future flag for interpolation cache
This commit is contained in:
Mark Vejvoda
2010-07-28 23:24:56 +00:00
parent f0d492371f
commit d8e41495d0
3 changed files with 34 additions and 30 deletions

View File

@@ -34,6 +34,7 @@ private:
std::map<float, std::map<bool, Vec3f *> > cacheVertices;
std::map<float, std::map<bool, Vec3f *> > cacheNormals;
bool enableCache;
public:
InterpolationData(const Mesh *mesh);