#include <GL/gl.h>
#include "OCCViewer_Trihedron.h"
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <Graphic3d_AspectFillArea3d.hxx>
#include <Graphic3d_Group.hxx>
#include <Graphic3d_MaterialAspect.hxx>
#include <Prs3d_Presentation.hxx>
#include <Prs3d_Root.hxx>
#include <PrsMgr_PresentationManager3d.hxx>
#include <GL/glx.h>
Macros | |
#define | PI 3.14159265359 |
Functions | |
OCCT_IMPLEMENT_STANDARD_RTTIEXT (OCCViewer_Trihedron, AIS_InteractiveObject) OCCViewer_Trihedron | |
GLuint | generateTextList () |
void | drawText (GLuint theTextList, const char *theText, GLdouble thePosition[3], GLfloat theColor[3]) |
#define PI 3.14159265359 |
void drawText | ( | GLuint | theTextList, |
const char * | theText, | ||
GLdouble | thePosition[3], | ||
GLfloat | theColor[3] | ||
) |
Draws text string.
GLuint generateTextList | ( | ) |
Generates text list.
OCCT_IMPLEMENT_STANDARD_RTTIEXT | ( | OCCViewer_Trihedron | , |
AIS_InteractiveObject | |||
) |
Constructor