Antkeeper
0.0.1
|
Ant eyes phene. More...
#include <eyes.hpp>
Public Attributes | |
render::model * | model |
3D model of the eyes, if present. More... | |
bool | present |
Indicates whether eyes are present. More... | |
float | length |
Eye length, in mesosomal lengths. More... | |
float | width |
Eye width, in mesosomal lengths. More... | |
float | height |
Eye height, in mesosomal lengths. More... | |
int | ommatidia_count |
Number of ommatidia. More... | |
Ant eyes phene.
Definition at line 33 of file phene/eyes.hpp.
float ant::phene::eyes::height |
Eye height, in mesosomal lengths.
Definition at line 48 of file phene/eyes.hpp.
float ant::phene::eyes::length |
Eye length, in mesosomal lengths.
Definition at line 42 of file phene/eyes.hpp.
render::model* ant::phene::eyes::model |
3D model of the eyes, if present.
Definition at line 36 of file phene/eyes.hpp.
int ant::phene::eyes::ommatidia_count |
Number of ommatidia.
Definition at line 51 of file phene/eyes.hpp.
bool ant::phene::eyes::present |
Indicates whether eyes are present.
Definition at line 39 of file phene/eyes.hpp.
float ant::phene::eyes::width |
Eye width, in mesosomal lengths.
Definition at line 45 of file phene/eyes.hpp.