Merge pull request #11402 from huffman/fix/remove-fbxcpp

Remove FBX.cpp and other cleanup
This commit is contained in:
Clément Brisset 2017-09-19 13:54:50 -07:00 committed by GitHub
commit a6376fcc12
4 changed files with 0 additions and 14 deletions

View file

@ -1,10 +0,0 @@
//
// FBX.cpp
// libraries/fbx/src
//
// Created by Ryan Huffman on 9/5/17.
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//

View file

@ -194,7 +194,6 @@ NetworkTexturePointer TextureCache::getTexture(const QUrl& url, image::TextureUs
if (type == image::TextureUsage::CUBE_TEXTURE) {
QUrlQuery query { url.query() };
query.addQueryItem("skybox", "");
qDebug() << "Updating cubemap texture query from" << url.query() << "to" << query.toString();
modifiedUrl.setQuery(query.toString());
}
TextureExtra extra = { type, content, maxNumPixels };

View file

@ -617,7 +617,6 @@ MessageID AssetClient::setBakingEnabled(const AssetPathList& paths, bool enabled
_pendingMappingRequests[assetServer][messageID] = callback;
return messageID;
}
}

View file

@ -734,9 +734,7 @@ void Resource::handleReplyFinished() {
qCDebug(networking).noquote() << QString("Request finished for %1%2").arg(_url.toDisplayString(), extraInfo);
auto relativePathURL = _request->getRelativePathUrl();
qDebug() << "Relative path is: " << relativePathURL;
if (!relativePathURL.isEmpty()) {
qDebug() << "setting effective path";
_effectiveBaseURL = relativePathURL;
}