Refactoring work... working on meshes

This commit is contained in:
David Williams
2007-09-01 11:40:54 +00:00
parent 94df0acd48
commit abe66c3d81
3 changed files with 14 additions and 9 deletions

View File

@ -1005,7 +1005,8 @@ namespace Ogre
for(std::map<uchar, SurfacePatch>::iterator iterPatch = result.begin(); iterPatch != result.end(); ++iterPatch)
{
iterPatch->second.computeNormalsFromVolume(regionX,regionY,regionZ,volIter);
iterPatch->second.m_v3dOffset = offset;
iterPatch->second.computeNormalsFromVolume(volIter);
iterPatch->second.endDefinition();
}