int main(
int argc,
char** argv )
{
launchParams.name = "Your app name";
}
static MRVIEWER_API void parseLaunchParams(LaunchParams ¶ms)
static Viewer * instance()
MRMESH_API void setupLoggerByDefault()
MRVIEWER_API int launchDefaultViewer(const Viewer::LaunchParams ¶ms, const ViewerSetup &setup)
Then you should make your plugins, to find how have a look at