Antkeeper
0.0.1
|
Ant ocelli phene. More...
#include <ocelli.hpp>
Public Attributes | |
render::model * | lateral_ocelli_model |
3D model of the lateral ocelli, if present. More... | |
render::model * | median_ocellus_model |
3D model of the median ocellus, if present. More... | |
bool | lateral_ocelli_present |
Lateral ocelli present. More... | |
bool | median_ocellus_present |
Median ocellus present. More... | |
float | width |
Ocellus width, in mesosomal lengths. More... | |
float | height |
Ocellus height, in mesosomal lengths. More... | |
Ant ocelli phene.
Definition at line 31 of file phene/ocelli.hpp.
float ant::phene::ocelli::height |
Ocellus height, in mesosomal lengths.
Definition at line 49 of file phene/ocelli.hpp.
render::model* ant::phene::ocelli::lateral_ocelli_model |
3D model of the lateral ocelli, if present.
Definition at line 34 of file phene/ocelli.hpp.
bool ant::phene::ocelli::lateral_ocelli_present |
Lateral ocelli present.
Definition at line 40 of file phene/ocelli.hpp.
render::model* ant::phene::ocelli::median_ocellus_model |
3D model of the median ocellus, if present.
Definition at line 37 of file phene/ocelli.hpp.
bool ant::phene::ocelli::median_ocellus_present |
Median ocellus present.
Definition at line 43 of file phene/ocelli.hpp.
float ant::phene::ocelli::width |
Ocellus width, in mesosomal lengths.
Definition at line 46 of file phene/ocelli.hpp.