qtopengl_user_functions.cpp File Reference
#include "qtopengl_user_functions.h"
#include <QPainter>
Include dependency graph for qtopengl_user_functions.cpp:

Go to the source code of this file.

Namespaces

 argos
 The namespace containing all the ARGoS related code.
 

Macros

#define M(row, col)   pf_trans[col * 4 + row]
 

Variables

const GLfloat argos::DEFAULT_SPECULAR [] = { 0.0f, 0.0f, 0.0f, 1.0f }
 
const GLfloat argos::DEFAULT_SHININESS [] = { 100.0f }
 
const GLfloat argos::DEFAULT_EMISSION [] = { 0.0f, 0.0f, 0.0f, 1.0f }
 

Macro Definition Documentation

◆ M

#define M (   row,
  col 
)    pf_trans[col * 4 + row]