g4display
Loading...
Searching...
No Matches
g4displayConventions.h
Go to the documentation of this file.
1#pragma once
2
3// Notice: with qt6 we do not have access anymore to OGL, but the examples still do.
4// This can be a potential problem in the future.
5
6#include <vector>
7#include <string>
8
9#define GDEFAULTVIEWERDRIVER "OpenGLStoredQt"
10//#define GDEFAULTVIEWERDRIVER "TOOLSSG_QT_GLES"
11#define GDEFAULTVIEWERSIZE "400x400"
12#define GDEFAULTVIEWERPOS "-400+100"
13#define GDEFAULTVSEGPERCIRCLE 50
14#define GNOT_SPECIFIED_SCENE_TEXT_Z (-1234.5)
15
16#define EC__VISDRIVERNOTFOUND 1301
17#define EC__NOUIMANAGER 1302
18
19extern std::vector<std::string> AVAILABLEG4VIEWERS;
20
std::vector< std::string > AVAILABLEG4VIEWERS