Fix build warnings

This commit is contained in:
sabrina-shanman 2019-10-30 09:09:17 -07:00
parent 3c078eeef6
commit fe1fe6aa83
2 changed files with 0 additions and 4 deletions

View file

@ -1653,9 +1653,6 @@ HFMModel* FBXSerializer::extractHFMModel(const hifi::VariantHash& mapping, const
for (hfm::Shape& shape : partShapes) {
shape.skinDeformer = skinDeformerID;
}
} else {
// this is a no cluster mesh
HFMJoint& joint = hfmModel.joints[transformIndex];
}
// Store the parts for this mesh (or instance of this mesh, as the case may be)

View file

@ -487,7 +487,6 @@ ExtractedMesh FBXSerializer::extractMesh(const FBXNode& object, unsigned int& me
int& partIndexPlusOne = materialTextureParts[materialTexture];
if (partIndexPlusOne == 0) {
data.extracted.mesh.parts.emplace_back();
HFMMeshPart& part = data.extracted.mesh.parts.back();
// Figure out if this is the older way of defining the per-part material for baked FBX
if (dracoMeshNodeVersion >= 2) {