g4display
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 
10 #define GDEFAULTVIEWERDRIVER "TOOLSSG_QT_GLES"
11 #define GDEFAULTVIEWERSIZE "1200x1200"
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 
18 extern std::vector<std::string> AVAILABLEG4VIEWERS;
19 
std::vector< std::string > AVAILABLEG4VIEWERS