chore: refactoring and cleanup for Gizmo
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <math/norm.h>
|
||||
#include "Log.hpp"
|
||||
|
||||
namespace thermion_filament {
|
||||
namespace thermion {
|
||||
|
||||
|
||||
class FileMaterialProvider : public filament::gltfio::MaterialProvider {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <math/vec3.h>
|
||||
#include <math/vec4.h>
|
||||
|
||||
namespace thermion_filament {
|
||||
namespace thermion {
|
||||
|
||||
class UnlitMaterialProvider : public filament::gltfio::MaterialProvider {
|
||||
private:
|
||||
@@ -63,6 +63,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace thermion_filament
|
||||
} // namespace thermion
|
||||
|
||||
#endif // UNLIT_MATERIAL_PROVIDER_HPP
|
||||
Reference in New Issue
Block a user