#include "rtc/rtcGraphicsHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | rtc |
Defines | |
#define | GL_GLEXT_PROTOTYPES |
Variables | |
const GLfloat | rtc::arrow_quad_normals [num_arrow_quad_vertices *3] |
const GLfloat | rtc::arrow_quad_vertices [num_arrow_quad_vertices *3] |
const GLfloat | rtc::arrow_triangle_normals [num_arrow_triangle_vertices *3] |
const GLfloat | rtc::arrow_triangle_vertices [num_arrow_triangle_vertices *3] |
const int | rtc::num_arrow_quad_faces = 16 |
const int | rtc::num_arrow_quad_vertices = num_arrow_quad_faces*4 |
const int | rtc::num_arrow_triangle_faces = 8 |
const int | rtc::num_arrow_triangle_vertices = num_arrow_triangle_faces*3 |
#define GL_GLEXT_PROTOTYPES |
Definition at line 2 of file rtcGraphicsHelper.cpp.