|
@@ -82,6 +82,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
// clang-format on
|
|
// clang-format on
|
|
|
|
|
|
using namespace Assimp;
|
|
using namespace Assimp;
|
|
|
|
+
|
|
|
|
+namespace glTF2 {
|
|
using glTFCommon::FindStringInContext;
|
|
using glTFCommon::FindStringInContext;
|
|
using glTFCommon::FindNumberInContext;
|
|
using glTFCommon::FindNumberInContext;
|
|
using glTFCommon::FindUIntInContext;
|
|
using glTFCommon::FindUIntInContext;
|
|
@@ -96,8 +98,6 @@ using glTFCommon::FindUInt;
|
|
using glTFCommon::FindArray;
|
|
using glTFCommon::FindArray;
|
|
using glTFCommon::FindArray;
|
|
using glTFCommon::FindArray;
|
|
|
|
|
|
-namespace glTF2 {
|
|
|
|
-
|
|
|
|
namespace {
|
|
namespace {
|
|
|
|
|
|
//
|
|
//
|