mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
Fix build warnings
This commit is contained in:
parent
3c078eeef6
commit
fe1fe6aa83
2 changed files with 0 additions and 4 deletions
|
@ -1653,9 +1653,6 @@ HFMModel* FBXSerializer::extractHFMModel(const hifi::VariantHash& mapping, const
|
||||||
for (hfm::Shape& shape : partShapes) {
|
for (hfm::Shape& shape : partShapes) {
|
||||||
shape.skinDeformer = skinDeformerID;
|
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)
|
// Store the parts for this mesh (or instance of this mesh, as the case may be)
|
||||||
|
|
|
@ -487,7 +487,6 @@ ExtractedMesh FBXSerializer::extractMesh(const FBXNode& object, unsigned int& me
|
||||||
int& partIndexPlusOne = materialTextureParts[materialTexture];
|
int& partIndexPlusOne = materialTextureParts[materialTexture];
|
||||||
if (partIndexPlusOne == 0) {
|
if (partIndexPlusOne == 0) {
|
||||||
data.extracted.mesh.parts.emplace_back();
|
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
|
// Figure out if this is the older way of defining the per-part material for baked FBX
|
||||||
if (dracoMeshNodeVersion >= 2) {
|
if (dracoMeshNodeVersion >= 2) {
|
||||||
|
|
Loading…
Reference in a new issue