Move MeshReader into filamesh namespace.

This class will not extend well to glTF so this cordons it off into the
filamesh namespace, which is an already-existing namespace that we use
for the things related to the filamesh file format.

For glTF we might create a new library with its own MeshReader so
this will mitigate confusion.
This commit is contained in:
prideout
2019-02-06 10:33:47 -08:00
committed by Philip Rideout
parent 4b0f1e8247
commit 72a987057e
7 changed files with 15 additions and 3 deletions

View File

@@ -46,6 +46,7 @@
using namespace math;
using namespace filament;
using namespace filamesh;
using namespace filamat;
using namespace utils;