From aee607908da91a3fc225117ce9622f61a32e7a77 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 13 Sep 2024 15:18:01 +0800 Subject: [PATCH] remove using namespace filament* --- thermion_dart/native/include/FilamentViewer.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/thermion_dart/native/include/FilamentViewer.hpp b/thermion_dart/native/include/FilamentViewer.hpp index a3a68de6..92c8133c 100644 --- a/thermion_dart/native/include/FilamentViewer.hpp +++ b/thermion_dart/native/include/FilamentViewer.hpp @@ -42,8 +42,6 @@ namespace thermion_filament typedef std::chrono::time_point time_point_t; using namespace std::chrono; - using namespace filament; - using namespace filament::math; using namespace gltfio; using namespace camutils; @@ -197,7 +195,7 @@ namespace thermion_filament // background image properties uint32_t _imageHeight = 0; uint32_t _imageWidth = 0; - mat4f _imageScale; + filament::math::mat4f _imageScale; Texture *_imageTexture = nullptr; Texture *_dummyImageTexture = nullptr; utils::Entity _imageEntity;