- attempt to improve rendering speed

This commit is contained in:
Mark Vejvoda
2010-07-06 10:11:56 +00:00
parent 413c492684
commit c04b83259e
3 changed files with 13 additions and 8 deletions

View File

@@ -29,8 +29,8 @@ private:
Vec3f *vertices;
Vec3f *normals;
std::map<std::string, Vec3f *> cacheVertices;
std::map<std::string, Vec3f *> cacheNormals;
//std::map<std::string, Vec3f *> cacheVertices;
//std::map<std::string, Vec3f *> cacheNormals;
public:
InterpolationData(const Mesh *mesh);