This commit is contained in:
Chris Brunner 2010-04-23 19:45:29 +00:00
parent 54769c76b5
commit e58d747f6a

View File

@ -777,7 +777,7 @@ int MayaEggGeom::GetVert(EggVertex *vert, EggGroup *context)
if (vtx._weights.size()==0) {
if (context != 0) {
vtx._weights.push_back(MayaEggWeight(1.0, context));
vtx._sumWeights == 1.0; // [gjeon] to be used in normalizing weights
vtx._sumWeights = 1.0; // [gjeon] to be used in normalizing weights
}
//remaining_weight = 0.0;
}/* else {