Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00879.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00879.php on line 2
The ARGoS Website

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

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