From 297ce9d88bbe94fabf95823fb804a2b89731cc08 Mon Sep 17 00:00:00 2001 From: sabrina-shanman Date: Thu, 31 Oct 2019 13:42:19 -0700 Subject: [PATCH] Remove debug --- libraries/hfm/src/hfm/HFM.h | 1 - libraries/hfm/src/hfm/HFMModelMath.cpp | 4 ---- .../model-networking/src/model-networking/ModelCache.cpp | 3 --- 3 files changed, 8 deletions(-) diff --git a/libraries/hfm/src/hfm/HFM.h b/libraries/hfm/src/hfm/HFM.h index 07dc17c02c..ec06832f22 100644 --- a/libraries/hfm/src/hfm/HFM.h +++ b/libraries/hfm/src/hfm/HFM.h @@ -244,7 +244,6 @@ public: std::vector parts; QVector vertices; - std::vector _vertices; QVector normals; QVector tangents; QVector colors; diff --git a/libraries/hfm/src/hfm/HFMModelMath.cpp b/libraries/hfm/src/hfm/HFMModelMath.cpp index 1aeaf6d2b9..d0288d684c 100644 --- a/libraries/hfm/src/hfm/HFMModelMath.cpp +++ b/libraries/hfm/src/hfm/HFMModelMath.cpp @@ -12,13 +12,9 @@ #include "HFMModelMath.h" #include -#include "ModelFormatLogging.h" #include -// TODO: Remove after testing -#include - #include #include diff --git a/libraries/model-networking/src/model-networking/ModelCache.cpp b/libraries/model-networking/src/model-networking/ModelCache.cpp index e9674d6d26..bb911c6914 100644 --- a/libraries/model-networking/src/model-networking/ModelCache.cpp +++ b/libraries/model-networking/src/model-networking/ModelCache.cpp @@ -29,8 +29,6 @@ #include #include -#include - Q_LOGGING_CATEGORY(trace_resource_parse_geometry, "trace.resource.parse.geometry") class GeometryExtra { @@ -322,7 +320,6 @@ void ModelResource::setGeometryDefinition(HFMModel::Pointer hfmModel, const Mate _hfmModel = hfmModel; _materialMapping = materialMapping; - // Copy materials QHash materialIDAtlas; for (const HFMMaterial& material : _hfmModel->materials) {