MeshLib C++ Docs
Loading...
Searching...
No Matches
MRViewerInstance.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRViewerFwd.h"
5
7
8namespace MR
9{
12
13
15[[nodiscard]] MRVIEWER_API Viewer& getViewerInstance();
16
19MRVIEWER_API void incrementForceRedrawFrames( int i = 1, bool swapOnLastOnly = false );
20
21}
GLFW-based mesh viewer.
Definition MRViewer.h:69
MRVIEWER_API Viewer & getViewerInstance()
returns global instance of Viewer class
MRVIEWER_API void incrementForceRedrawFrames(int i=1, bool swapOnLastOnly=false)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8