Rename gltfio to filament::gltfio.

This commit is contained in:
Philip Rideout
2022-06-06 10:06:55 -07:00
parent 0ae83a6c97
commit 30dbd3ac4f
47 changed files with 90 additions and 85 deletions

View File

@@ -30,7 +30,7 @@
#include "MaterialKey.h"
using namespace filament;
using namespace gltfio;
using namespace filament::gltfio;
using namespace utils;
class JavaMaterialProvider : public MaterialProvider {