
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 } |
| #define M | ( | row, | |
| col | |||
| ) | pf_trans[col * 4 + row] |