|
@@ -82,9 +82,21 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
// clang-format on
|
|
|
|
|
|
using namespace Assimp;
|
|
|
-using namespace glTFCommon;
|
|
|
|
|
|
namespace glTF2 {
|
|
|
+using glTFCommon::FindStringInContext;
|
|
|
+using glTFCommon::FindNumberInContext;
|
|
|
+using glTFCommon::FindUIntInContext;
|
|
|
+using glTFCommon::FindArrayInContext;
|
|
|
+using glTFCommon::FindObjectInContext;
|
|
|
+using glTFCommon::FindExtensionInContext;
|
|
|
+using glTFCommon::MemberOrDefault;
|
|
|
+using glTFCommon::ReadMember;
|
|
|
+using glTFCommon::FindMember;
|
|
|
+using glTFCommon::FindObject;
|
|
|
+using glTFCommon::FindUInt;
|
|
|
+using glTFCommon::FindArray;
|
|
|
+using glTFCommon::FindArray;
|
|
|
|
|
|
namespace {
|
|
|
|