Remove debug

This commit is contained in:
sabrina-shanman 2019-10-31 13:42:19 -07:00
parent 023d73a25d
commit 297ce9d88b
3 changed files with 0 additions and 8 deletions

View file

@ -244,7 +244,6 @@ public:
std::vector<MeshPart> parts;
QVector<glm::vec3> vertices;
std::vector<glm::vec3> _vertices;
QVector<glm::vec3> normals;
QVector<glm::vec3> tangents;
QVector<glm::vec3> colors;

View file

@ -12,13 +12,9 @@
#include "HFMModelMath.h"
#include <LogHandler.h>
#include "ModelFormatLogging.h"
#include <unordered_map>
// TODO: Remove after testing
#include <unordered_set>
#include <GLMHelpers.h>
#include <glm/gtx/hash.hpp>

View file

@ -29,8 +29,6 @@
#include <GLTFSerializer.h>
#include <model-baker/Baker.h>
#include <hfm/HFMModelMath.h>
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<QString, size_t> materialIDAtlas;
for (const HFMMaterial& material : _hfmModel->materials) {