Move math namespace to fix #746.

This commit is contained in:
prideout
2019-02-06 10:52:16 -08:00
committed by Philip Rideout
parent 6089be6de6
commit 5ee359cf40
155 changed files with 746 additions and 717 deletions

View File

@@ -44,7 +44,7 @@
#include <filamat/MaterialBuilder.h>
#include <filameshio/MeshReader.h>
using namespace math;
using namespace filament::math;
using namespace filament;
using namespace filamesh;
using namespace filamat;