mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Use HifiTypes.h in VHACDUtil.cpp
This commit is contained in:
parent
2af17015d3
commit
612cf43c43
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ bool vhacd::VHACDUtil::loadFBX(const QString filename, HFMModel& result) {
|
|||
return false;
|
||||
}
|
||||
try {
|
||||
QByteArray fbxContents = fbx.readAll();
|
||||
hifi::ByteArray fbxContents = fbx.readAll();
|
||||
HFMModel::Pointer hfmModel;
|
||||
if (filename.toLower().endsWith(".obj")) {
|
||||
hfmModel = OBJSerializer().read(fbxContents, QVariantHash(), filename);
|
||||
|
|
Loading…
Reference in a new issue