aboutsummaryrefslogtreecommitdiff
path: root/tools/ArtistTools/source/CoreLib/PluginInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ArtistTools/source/CoreLib/PluginInterface.h')
-rw-r--r--tools/ArtistTools/source/CoreLib/PluginInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ArtistTools/source/CoreLib/PluginInterface.h b/tools/ArtistTools/source/CoreLib/PluginInterface.h
index 0fc531c..a86bf4d 100644
--- a/tools/ArtistTools/source/CoreLib/PluginInterface.h
+++ b/tools/ArtistTools/source/CoreLib/PluginInterface.h
@@ -80,6 +80,7 @@ public:
virtual bool SimpleScene_Draw_DX12() = 0;
virtual bool SimpleScene_Draw_DX11() = 0;
virtual bool SimpleScene_FitCamera(atcore_float3& center, atcore_float3& extents) = 0;
+ virtual bool SimpleScene_ResetUpDir(bool zup) = 0;
virtual bool SimpleScene_UpdateCamera() = 0;
virtual bool SimpleScene_LoadSceneFromFbx(const char* dir, const char* fbxName) = 0;
virtual bool SimpleScene_LoadProject(const char* dir, const char* file) = 0;