#include "qtopengl_box.h"
#include <argos3/core/utility/math/vector2.h>
#include <argos3/plugins/simulator/entities/led_equipped_entity.h>
#include <argos3/plugins/simulator/entities/box_entity.h>
#include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_widget.h>
Go to the source code of this file.
|
| argos |
| The namespace containing all the ARGoS related code.
|
|
|
const GLfloat | argos::MOVABLE_COLOR [] = { 1.0f, 0.0f, 0.0f, 1.0f } |
|
const GLfloat | argos::NONMOVABLE_COLOR [] = { 0.7f, 0.7f, 0.7f, 1.0f } |
|
const GLfloat | argos::SPECULAR [] = { 0.0f, 0.0f, 0.0f, 1.0f } |
|
const GLfloat | argos::SHININESS [] = { 0.0f } |
|
const GLfloat | argos::EMISSION [] = { 0.0f, 0.0f, 0.0f, 1.0f } |
|