Add access for changing the 3D preview stage in mesh viewer

This commit is contained in:
baldurk
2020-12-15 22:52:37 +00:00
parent 90ced90a89
commit f32008e95f
3 changed files with 21 additions and 0 deletions
+7
View File
@@ -572,6 +572,13 @@ buffer view.
)");
virtual void SetCurrentView(int32_t view) = 0;
DOCUMENT(R"(For a mesh view, set the current preview stage. This is ignored when called on a raw
buffer view.
:param MeshDataStage stage: The stage to show
)");
virtual void SetPreviewStage(MeshDataStage stage) = 0;
protected:
IBufferViewer() = default;
~IBufferViewer() = default;